C# 클래스 Zetbox.API.Client.Mocks.OneNLists.NSide

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

공개 메소드들

메소드 설명
GetImplementedInterface ( ) : Type
NSide ( ) : System
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
UpdateParent ( string propertyName, IDataObject parentObj ) : void

보호된 메소드들

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

메소드 상세

GetImplementedInterface() 공개 메소드

public GetImplementedInterface ( ) : Type
리턴 System.Type

GetPropertyError() 보호된 메소드

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

NSide() 공개 메소드

public NSide ( ) : System
리턴 System

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

UpdateParent() 공개 메소드

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