Share via


TimeToFire Enumeration

Determines when to call the rule.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Enumeration TimeToFire
'Usage
Dim instance As TimeToFire
public enum TimeToFire
public enum class TimeToFire
public enum TimeToFire

Members

Member name Description
Inline Call the rule when the transaction occurs.
LocalCommit Call the rule when the transaction commits.
TopLevelCommit Call the rule when the top-level transaction commits.

See Also

Reference

Microsoft.VisualStudio.Modeling Namespace