C# Class Zetbox.DalProvider.Base.DataObjectBaseImpl

Inheritance: PersistenceObjectBaseImpl, IDataObject
Mostra file Open project: daszat/zetbox

Public Methods

Method Description
NotifyPostSave ( ) : void

Fires an Event after an Object is saved.

NotifyPreSave ( ) : void

Fires an Event before an Object is saved.

TriggerFetch ( string propName ) : ZbTask
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Protected Methods

Method Description
DataObjectBaseImpl ( Func lazyCtx ) : System

Private Methods

Method Description
System ( object other ) : int

Method Details

DataObjectBaseImpl() protected method

protected DataObjectBaseImpl ( Func lazyCtx ) : System
lazyCtx Func
return System

NotifyPostSave() public method

Fires an Event after an Object is saved.
public NotifyPostSave ( ) : void
return void

NotifyPreSave() public method

Fires an Event before an Object is saved.
public NotifyPreSave ( ) : void
return void

TriggerFetch() public method

public TriggerFetch ( string propName ) : ZbTask
propName string
return ZbTask

UpdateParent() public method

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
return void