C# Class Zetbox.DalProvider.Memory.BaseMemoryPersistenceObject

Inheritance: BasePersistenceObject
Show file Open project: daszat/zetbox

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

AuditPropertyChange() protected method

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

BaseMemoryPersistenceObject() protected method

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

FromStream() public method

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

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