C# Class Zetbox.API.Server.BaseServerDataObject

Abstract Base Class for Server Objects
Inheritance: BaseServerPersistenceObject, IDataObject
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
NotifyPostSave ( ) : void

Fires an Event after an Object is saved.

NotifyPreSave ( ) : void

Fires an Event before an Object is saved.

TriggerFetch ( string propName ) : ZbTask
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Méthodes protégées

Méthode Description
BaseServerDataObject ( Func lazyCtx ) : System

Attach to Events

Private Methods

Méthode Description
System ( object other ) : int

Method Details

BaseServerDataObject() protected méthode

Attach to Events
protected BaseServerDataObject ( Func lazyCtx ) : System
lazyCtx Func
Résultat System

NotifyPostSave() public méthode

Fires an Event after an Object is saved.
public NotifyPostSave ( ) : void
Résultat void

NotifyPreSave() public méthode

Fires an Event before an Object is saved.
public NotifyPreSave ( ) : void
Résultat void

TriggerFetch() public méthode

public TriggerFetch ( string propName ) : ZbTask
propName string
Résultat ZbTask

UpdateParent() public abstract méthode

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