C# Class Zetbox.API.Client.Mocks.OneNLists.NSide

Inheritance: Zetbox.DalProvider.Base.DataObjectBaseImpl, INSide
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
GetImplementedInterface ( ) : Type
NSide ( ) : System
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Protected Methods

Method Description
GetPropertyError ( string prop ) : string
ObjectIsValid ( ) : ObjectIsValidResult

Method Details

GetImplementedInterface() public method

public GetImplementedInterface ( ) : Type
return System.Type

GetPropertyError() protected method

protected GetPropertyError ( string prop ) : string
prop string
return string

NSide() public method

public NSide ( ) : System
return System

NotifyCreated() public method

public NotifyCreated ( ) : void
return void

NotifyDeleting() public method

public NotifyDeleting ( ) : void
return void

NotifyPostSave() public method

public NotifyPostSave ( ) : void
return void

NotifyPreSave() public method

public NotifyPreSave ( ) : void
return void

ObjectIsValid() protected method

protected ObjectIsValid ( ) : ObjectIsValidResult
return ObjectIsValidResult

UpdateParent() public method

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
return void