C# Class Simple.Data.DirtyCheck.ResetReadOnlyCascadeAction

Inheritance: NHibernate.Engine.CascadingAction
Mostrar archivo Open project: juanplopes/simple

Public Methods

Method Description
Cascade ( IEventSource session, object child, string entityName, object anything, bool isCascadeDeleteEnabled ) : void
GetCascadableChildrenIterator ( IEventSource session, NHibernate.Type.CollectionType collectionType, object collection ) : IEnumerable

Method Details

Cascade() public method

public Cascade ( IEventSource session, object child, string entityName, object anything, bool isCascadeDeleteEnabled ) : void
session IEventSource
child object
entityName string
anything object
isCascadeDeleteEnabled bool
return void

GetCascadableChildrenIterator() public method

public GetCascadableChildrenIterator ( IEventSource session, NHibernate.Type.CollectionType collectionType, object collection ) : IEnumerable
session IEventSource
collectionType NHibernate.Type.CollectionType
collection object
return IEnumerable