C# Class Zetbox.DalProvider.NHibernate.DataObjectNHibernateImpl

Inheritance: NHibernatePersistenceObject, IDataObject
Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
NotifyPostSave ( ) : void
NotifyPreSave ( ) : void
TriggerFetch ( string propName ) : ZbTask
UpdateParent ( string propertyName, IDataObject parentObj ) : void

Protected Methods

Method Description
DataObjectNHibernateImpl ( Func lazyCtx ) : System

Private Methods

Method Description
System ( object other ) : int

Method Details

DataObjectNHibernateImpl() protected method

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

NotifyPostSave() public method

public NotifyPostSave ( ) : void
return void

NotifyPreSave() public method

public NotifyPreSave ( ) : void
return void

TriggerFetch() public method

public TriggerFetch ( string propName ) : ZbTask
propName string
return ZbTask

UpdateParent() public method

public UpdateParent ( string propertyName, IDataObject parentObj ) : void
propertyName string
parentObj IDataObject
return void