C# Class Zetbox.DalProvider.Base.PersistenceObjectBaseImpl

Inheritance: Zetbox.API.BasePersistenceObject
Mostra file Open project: daszat/zetbox

Public Methods

Method 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

Protected Methods

Method 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 method

protected ApplyRightsFromStream ( Zetbox rights ) : void
rights Zetbox
return void

AttachToContext() public method

public AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
ctx IZetboxContext
lazyFrozenContext Func
return void

AuditPropertyChange() protected method

protected AuditPropertyChange ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void

FromStream() public method

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
return IEnumerable

PersistenceObjectBaseImpl() protected method

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

SaveAudits() protected method

protected SaveAudits ( ) : void
return void

SetDeleted() public method

public SetDeleted ( ) : void
return void

SetModified() protected method

protected SetModified ( ) : void
return void

SetNew() public method

public SetNew ( ) : void
return void

SetUnDeleted() public method

public SetUnDeleted ( ) : void
return void

SetUnmodified() public method

public SetUnmodified ( ) : void
return void

ToStream() public method

public ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
sw ZetboxStreamWriter
auxObjects HashSet
eagerLoadLists bool
return void