C# 클래스 Zetbox.API.Server.BaseServerPersistenceObject

Abstract Base Class for a PersistenceObject on the Server Side
상속: BasePersistenceObject
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
ApplyChangesFrom ( IPersistenceObject obj ) : void
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

보호된 메소드들

메소드 설명
AuditPropertyChange ( string property, object oldValue, object newValue ) : void
BaseServerPersistenceObject ( Func lazyCtx ) : System
SaveAudits ( ) : void
SetModified ( ) : void

비공개 메소드들

메소드 설명
GetIdentity ( IZetboxServerContext serverCtx ) : string
SetObjectState ( DataObjectState newState ) : void

메소드 상세

ApplyChangesFrom() 공개 메소드

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
리턴 void

AttachToContext() 공개 메소드

public AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
ctx IZetboxContext
lazyFrozenContext Func
리턴 void

AuditPropertyChange() 보호된 메소드

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

BaseServerPersistenceObject() 보호된 메소드

protected BaseServerPersistenceObject ( Func lazyCtx ) : System
lazyCtx Func
리턴 System

FromStream() 공개 메소드

public FromStream ( ZetboxStreamReader sr ) : IEnumerable
sr ZetboxStreamReader
리턴 IEnumerable

SaveAudits() 보호된 메소드

protected SaveAudits ( ) : void
리턴 void

SetDeleted() 공개 메소드

public SetDeleted ( ) : void
리턴 void

SetModified() 보호된 최종 메소드

protected final SetModified ( ) : void
리턴 void

SetNew() 공개 메소드

public SetNew ( ) : void
리턴 void

SetUnDeleted() 공개 메소드

public SetUnDeleted ( ) : void
리턴 void

SetUnmodified() 공개 메소드

public SetUnmodified ( ) : void
리턴 void

ToStream() 공개 메소드

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