SaaS CMS has officially launched! Learn more now.

Class HistoryExtension

Inheritance
System.Object
HistoryExtension
Implements
System.IDisposable
Namespace: Mediachase.BusinessFoundation.Data.Modules
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
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