C# 클래스 Zetbox.DalProvider.Client.Mocks.BaseClientDataObjectMockImpl

상속: Zetbox.DalProvider.Base.DataObjectBaseImpl, ANewObjectClass, IClientObject
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BaseClientDataObjectMockImpl ( Func lazyCtx ) : System
GetImplementedInterface ( ) : Type
IClientObject ( ) : void
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
this ( string columnName ) : string

보호된 메소드들

메소드 설명
GetPropertyError ( string prop ) : string
ObjectIsValid ( ) : ObjectIsValidResult

메소드 상세

BaseClientDataObjectMockImpl() 공개 메소드

public BaseClientDataObjectMockImpl ( Func lazyCtx ) : System
lazyCtx Func
리턴 System

GetImplementedInterface() 공개 메소드

public GetImplementedInterface ( ) : Type
리턴 System.Type

GetPropertyError() 보호된 메소드

protected GetPropertyError ( string prop ) : string
prop string
리턴 string

IClientObject() 공개 메소드

public IClientObject ( ) : void
리턴 void

NotifyCreated() 공개 메소드

public NotifyCreated ( ) : void
리턴 void

NotifyDeleting() 공개 메소드

public NotifyDeleting ( ) : void
리턴 void

NotifyPostSave() 공개 메소드

public NotifyPostSave ( ) : void
리턴 void

NotifyPreSave() 공개 메소드

public NotifyPreSave ( ) : void
리턴 void

ObjectIsValid() 보호된 메소드

protected ObjectIsValid ( ) : ObjectIsValidResult
리턴 ObjectIsValidResult

this() 공개 메소드

public this ( string columnName ) : string
columnName string
리턴 string