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

Inheritance: Zetbox.DalProvider.Base.DataObjectBaseImpl, INSide
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

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

Méthodes protégées

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

Method Details

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

NSide() public méthode

public NSide ( ) : System
Résultat System

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

UpdateParent() public méthode

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
Résultat void