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

Inheritance: Zetbox.DalProvider.Base.DataObjectBaseImpl, ANewObjectClass, IClientObject
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetPropertyError ( string prop ) : string
ObjectIsValid ( ) : ObjectIsValidResult

Method Details

BaseClientDataObjectMockImpl() public méthode

public BaseClientDataObjectMockImpl ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

GetImplementedInterface() public méthode

public GetImplementedInterface ( ) : Type
Résultat System.Type

GetPropertyError() protected méthode

protected GetPropertyError ( string prop ) : string
prop string
Résultat string

IClientObject() public méthode

public IClientObject ( ) : void
Résultat void

NotifyCreated() public méthode

public NotifyCreated ( ) : void
Résultat void

NotifyDeleting() public méthode

public NotifyDeleting ( ) : void
Résultat void

NotifyPostSave() public méthode

public NotifyPostSave ( ) : void
Résultat void

NotifyPreSave() public méthode

public NotifyPreSave ( ) : void
Résultat void

ObjectIsValid() protected méthode

protected ObjectIsValid ( ) : ObjectIsValidResult
Résultat ObjectIsValidResult

this() public méthode

public this ( string columnName ) : string
columnName string
Résultat string