C# 클래스 Zetbox.DalProvider.Client.DataObjectClientImpl

상속: Zetbox.DalProvider.Base.DataObjectBaseImpl, IClientObject
파일 보기 프로젝트 열기: daszat/zetbox

Private Properties

프로퍼티 타입 설명
IClientObject void

공개 메소드들

메소드 설명
ApplyChangesFrom ( IPersistenceObject obj ) : void

보호된 메소드들

메소드 설명
ApplyRightsFromStream ( AccessRights rights ) : void
AuditPropertyChange ( string property, object oldValue, object newValue ) : void
DataObjectClientImpl ( Func lazyCtx ) : System

비공개 메소드들

메소드 설명
IClientObject ( ) : void

메소드 상세

ApplyChangesFrom() 공개 메소드

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

ApplyRightsFromStream() 보호된 메소드

protected ApplyRightsFromStream ( AccessRights rights ) : void
rights AccessRights
리턴 void

AuditPropertyChange() 보호된 메소드

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

DataObjectClientImpl() 보호된 메소드

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