Called before executing any actions

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

Syntax

C#
public virtual void BeforeExecutions()
Visual Basic
Public Overridable Sub BeforeExecutions
Visual C++
public:
virtual void BeforeExecutions()

Implements

IExecutable..::..BeforeExecutions()()()()

See Also