C# Class Zetbox.DalProvider.Base.DataObjectBaseImpl

Inheritance: PersistenceObjectBaseImpl, IDataObject
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DataObjectBaseImpl ( Func lazyCtx ) : System

Private Methods

Méthode Description
System ( object other ) : int

Method Details

DataObjectBaseImpl() protected méthode

protected DataObjectBaseImpl ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

NotifyPostSave() public méthode

Fires an Event after an Object is saved.
public NotifyPostSave ( ) : void
Résultat void

NotifyPreSave() public méthode

Fires an Event before an Object is saved.
public NotifyPreSave ( ) : void
Résultat void

TriggerFetch() public méthode

public TriggerFetch ( string propName ) : ZbTask
propName string
Résultat ZbTask

UpdateParent() public méthode

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
Résultat void