C# Class Zetbox.DalProvider.Memory.BaseMemoryPersistenceObject

Inheritance: BasePersistenceObject
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
FromStream ( ZetboxStreamReader sr ) : IEnumerable
SetDeleted ( ) : void
SetNew ( ) : void
SetUnDeleted ( ) : void
SetUnmodified ( ) : void
ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void

Méthodes protégées

Méthode Description
AuditPropertyChange ( string property, object oldValue, object newValue ) : void
BaseMemoryPersistenceObject ( Func lazyCtx ) : System
SetModified ( ) : void

Private Methods

Méthode Description
FromStream ( BinaryReader sr ) : IEnumerable
ToStream ( BinaryWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void

Method Details

AuditPropertyChange() protected méthode

protected AuditPropertyChange ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
Résultat void

BaseMemoryPersistenceObject() protected méthode

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

FromStream() public méthode

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
Résultat IEnumerable

SetDeleted() public méthode

public SetDeleted ( ) : void
Résultat void

SetModified() protected méthode

protected SetModified ( ) : void
Résultat void

SetNew() public méthode

public SetNew ( ) : void
Résultat void

SetUnDeleted() public méthode

public SetUnDeleted ( ) : void
Résultat void

SetUnmodified() public méthode

public SetUnmodified ( ) : void
Résultat void

ToStream() public méthode

public ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
sw ZetboxStreamWriter
auxObjects HashSet
eagerLoadLists bool
Résultat void