Method | Description | |
---|---|---|
ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
AttachToContext ( IZetboxContext ctx, Func |
||
FromStream ( ZetboxStreamReader sr ) : IEnumerable |
||
SetDeleted ( ) : void | ||
SetNew ( ) : void | ||
SetUnDeleted ( ) : void | ||
SetUnmodified ( ) : void | ||
ToStream ( ZetboxStreamWriter sw, HashSet |
Method | Description | |
---|---|---|
AuditPropertyChange ( string property, object oldValue, object newValue ) : void | ||
BaseServerPersistenceObject ( Func |
||
SaveAudits ( ) : void | ||
SetModified ( ) : void |
Method | Description | |
---|---|---|
GetIdentity ( IZetboxServerContext serverCtx ) : string | ||
SetObjectState ( DataObjectState newState ) : void |
public ApplyChangesFrom ( IPersistenceObject obj ) : void | ||
obj | IPersistenceObject | |
return | void |
public AttachToContext ( IZetboxContext ctx, Func |
||
ctx | IZetboxContext | |
lazyFrozenContext | Func |
|
return | void |
protected AuditPropertyChange ( string property, object oldValue, object newValue ) : void | ||
property | string | |
oldValue | object | |
newValue | object | |
return | void |
protected BaseServerPersistenceObject ( Func |
||
lazyCtx | Func |
|
return | System |
public FromStream ( ZetboxStreamReader sr ) : IEnumerable |
||
sr | ZetboxStreamReader | |
return | IEnumerable |
public ToStream ( ZetboxStreamWriter sw, HashSet |
||
sw | ZetboxStreamWriter | |
auxObjects | HashSet |
|
eagerLoadLists | bool | |
return | void |