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

Abstract Base Class for Server Objects
상속: BaseServerPersistenceObject, 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

보호된 메소드들

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

Attach to Events

비공개 메소드들

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

메소드 상세

BaseServerDataObject() 보호된 메소드

Attach to Events
protected BaseServerDataObject ( 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 abstract UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
리턴 void