The CascadingAction type exposes the following members.

Constructors

  NameDescription
Protected methodCascadingAction
Initializes a new instance of the CascadingAction class

Methods

  NameDescription
Public methodCascade
Cascade the action to the child object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCascadableChildrenIterator
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetLoadedElementsIterator
Iterate just the elements of the collection that are already there. Don't load any new elements from the database.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNoCascade
Called (in the case of RequiresNoCascadeChecking returning true) to validate that no cascade on the given property is considered a valid semantic.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

Fields

  NameDescription
Public fieldStatic memberDelete
Public fieldStatic memberEvict
Public fieldStatic memberLock
Public fieldStatic memberMerge
Public fieldStatic memberPersist
Public fieldStatic memberPersistOnFlush
Execute persist during flush time
Public fieldStatic memberRefresh
Public fieldStatic memberReplicate
Public fieldStatic memberSaveUpdate
Public fieldStatic memberSaveUpdateCopy

Properties

  NameDescription
Public propertyDeleteOrphans
Does this action potentially extrapolate to orphan deletes?
Public propertyPerformOnLazyProperty
Should this action be performed (or noCascade consulted) in the case of lazy properties.
Public propertyRequiresNoCascadeChecking
Does the specified cascading action require verification of no cascade validity?

See Also