[Missing <summary> documentation for "T:NHibernate.Classic.LifecycleVeto"]

Namespace: NHibernate.Classic
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public enum LifecycleVeto
Visual Basic
Public Enumeration LifecycleVeto
Visual C++
public enum class LifecycleVeto

Members

Member nameValueDescription
Veto0 Veto the action
NoVeto1 Accept the action
IsIn Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
IsIn Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
IsBetween Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
IsProxy
As
ToTypeParameters

See Also