Class HistoryExtension
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.Modules
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0Syntax
public class HistoryExtension : BaseMetaObjectExtension, IMetaObjectExtension, IDisposable, IChangeTracking
Constructors
HistoryExtension()
Initializes a new instance of the HistoryExtension class.
Declaration
public HistoryExtension()
Methods
CheckModiedField()
Checks the modied field.
Declaration
protected bool CheckModiedField()
Returns
Type | Description |
---|---|
System.Boolean |
CopyObjectToHistory()
Saves the version.
Declaration
public void CopyObjectToHistory()
Delete()
Informs service after delete object.
Declaration
protected override void Delete()
Overrides
OnCopyObjectToHistory()
Copies the object to history.
Declaration
protected virtual void OnCopyObjectToHistory()
PreSave()
Informs service before save object.
Declaration
protected override void PreSave()
Overrides
Implements
System.IDisposable