C# Class Zetbox.DalProvider.Client.Mocks.BaseClientDataObjectMockImpl

Inheritance: Zetbox.DalProvider.Base.DataObjectBaseImpl, ANewObjectClass, IClientObject
Datei anzeigen Open project: daszat/zetbox Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
BaseClientDataObjectMockImpl ( Func lazyCtx ) : System
GetImplementedInterface ( ) : Type
IClientObject ( ) : void
NotifyCreated ( ) : void
NotifyDeleting ( ) : void
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
this ( string columnName ) : string

Protected Methods

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

Method Details

BaseClientDataObjectMockImpl() public method

public BaseClientDataObjectMockImpl ( Func lazyCtx ) : System
lazyCtx Func
return System

GetImplementedInterface() public method

public GetImplementedInterface ( ) : Type
return System.Type

GetPropertyError() protected method

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

IClientObject() public method

public IClientObject ( ) : void
return void

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

this() public method

public this ( string columnName ) : string
columnName string
return string