C# 클래스 Zetbox.DalProvider.Base.DataObjectBaseImpl

상속: PersistenceObjectBaseImpl, IDataObject
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
NotifyPostSave ( ) : void

Fires an Event after an Object is saved.

NotifyPreSave ( ) : void

Fires an Event before an Object is saved.

TriggerFetch ( string propName ) : ZbTask
UpdateParent ( string propertyName, IDataObject parentObj ) : void

보호된 메소드들

메소드 설명
DataObjectBaseImpl ( Func lazyCtx ) : System

비공개 메소드들

메소드 설명
System ( object other ) : int

메소드 상세

DataObjectBaseImpl() 보호된 메소드

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

NotifyPostSave() 공개 메소드

Fires an Event after an Object is saved.
public NotifyPostSave ( ) : void
리턴 void

NotifyPreSave() 공개 메소드

Fires an Event before an Object is saved.
public NotifyPreSave ( ) : void
리턴 void

TriggerFetch() 공개 메소드

public TriggerFetch ( string propName ) : ZbTask
propName string
리턴 ZbTask

UpdateParent() 공개 메소드

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
리턴 void