C# 클래스 Zetbox.API.Server.Mocks.TestObjClassImpl

상속: BaseServerDataObject, TestObjClass
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fk_BaseTestObjClass int

Private Properties

프로퍼티 타입 설명
ToString string

공개 메소드들

메소드 설명
AttachToContext ( IZetboxContext ctx, Func lazyFrozenContext ) : void
DetachFromContext ( IZetboxContext ctx ) : void
FromStream ( ZetboxStreamReader sr ) : IEnumerable
GetImplementedInterface ( ) : Type
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
TestMethod ( System DateTimeParamForTestMethod ) : void
TestObjClassImpl ( ) : System
ToStream ( ZetboxStreamWriter sw, HashSet auxObjects, bool eagerLoadLists ) : void
UpdateParent ( string propertyName, IDataObject parentObj ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

AttachToContext() 공개 메소드

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

DetachFromContext() 공개 메소드

public DetachFromContext ( IZetboxContext ctx ) : void
ctx IZetboxContext
리턴 void

FromStream() 공개 메소드

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

GetImplementedInterface() 공개 메소드

public GetImplementedInterface ( ) : Type
리턴 System.Type

GetPropertyError() 보호된 메소드

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

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

TestMethod() 공개 메소드

public TestMethod ( System DateTimeParamForTestMethod ) : void
DateTimeParamForTestMethod System
리턴 void

TestObjClassImpl() 공개 메소드

public TestObjClassImpl ( ) : System
리턴 System

ToStream() 공개 메소드

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

UpdateParent() 공개 메소드

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

프로퍼티 상세

fk_BaseTestObjClass 공개적으로 프로퍼티

public int fk_BaseTestObjClass
리턴 int