C# Class Zetbox.DalProvider.NHibernate.NHibernatePersistenceObject

Inheritance: Zetbox.API.Server.BaseServerPersistenceObject
Exibir arquivo Open project: daszat/zetbox

Public Properties

Property Type Description
ChildrenToDelete List
ParentsToDelete List

Public Methods

Method Description
GetChildrenToDelete ( ) : List
GetParentsToDelete ( ) : List
SaveOrUpdateTo ( global session ) : void

Protected Methods

Method Description
NHibernatePersistenceObject ( Func lazyCtx ) : System

Private Methods

Method Description
Delete ( ) : void

Method Details

GetChildrenToDelete() public method

public GetChildrenToDelete ( ) : List
return List

GetParentsToDelete() public method

public GetParentsToDelete ( ) : List
return List

NHibernatePersistenceObject() protected method

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

SaveOrUpdateTo() public method

public SaveOrUpdateTo ( global session ) : void
session global
return void

Property Details

ChildrenToDelete public_oe property

public List ChildrenToDelete
return List

ParentsToDelete public_oe property

public List ParentsToDelete
return List