C# Class Zetbox.DalProvider.Client.DataObjectClientImpl

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

Private Properties

Property Type Description
IClientObject void

Public Methods

Method Description
ApplyChangesFrom ( IPersistenceObject obj ) : void

Protected Methods

Method Description
ApplyRightsFromStream ( AccessRights rights ) : void
AuditPropertyChange ( string property, object oldValue, object newValue ) : void
DataObjectClientImpl ( Func lazyCtx ) : System

Private Methods

Method Description
IClientObject ( ) : void

Method Details

ApplyChangesFrom() public method

public ApplyChangesFrom ( IPersistenceObject obj ) : void
obj IPersistenceObject
return void

ApplyRightsFromStream() protected method

protected ApplyRightsFromStream ( AccessRights rights ) : void
rights AccessRights
return void

AuditPropertyChange() protected method

protected AuditPropertyChange ( string property, object oldValue, object newValue ) : void
property string
oldValue object
newValue object
return void

DataObjectClientImpl() protected method

protected DataObjectClientImpl ( Func lazyCtx ) : System
lazyCtx Func
return System