C# Class Zetbox.DalProvider.Memory.DataObjectMemoryImpl

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

Méthodes publiques

Méthode Description
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
TriggerFetch ( string propName ) : ZbTask
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Méthodes protégées

Méthode Description
DataObjectMemoryImpl ( Func lazyCtx ) : System

Private Methods

Méthode Description
System ( object other ) : int

Method Details

DataObjectMemoryImpl() protected méthode

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

NotifyPostSave() public méthode

public NotifyPostSave ( ) : void
Résultat void

NotifyPreSave() public méthode

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