C# Class Zetbox.DalProvider.Base.PersistenceObjectBaseImpl

Inheritance: Zetbox.API.BasePersistenceObject
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
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
ApplyRightsFromStream ( Zetbox rights ) : void
AuditPropertyChange ( string property, object oldValue, object newValue ) : void
PersistenceObjectBaseImpl ( Func lazyCtx ) : System
SaveAudits ( ) : void
SetModified ( ) : void

Method Details

ApplyRightsFromStream() protected méthode

protected ApplyRightsFromStream ( Zetbox rights ) : void
rights Zetbox
Résultat void

AttachToContext() public méthode

public AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
ctx IZetboxContext
lazyFrozenContext Func
Résultat void

AuditPropertyChange() protected méthode

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

FromStream() public méthode

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

PersistenceObjectBaseImpl() protected méthode

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

SaveAudits() protected méthode

protected SaveAudits ( ) : void
Résultat void

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