Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines when to call the rule.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Enumeration TimeToFire
public enum TimeToFire
public enum class TimeToFire
type TimeToFire
public enum TimeToFire
Members
Member name | Description | |
---|---|---|
Inline | Execute the rule soon after the triggering change occurs. | |
LocalCommit | Execute the rule when the transaction commits. | |
TopLevelCommit | Execute the rule when the top-level transaction commits. |
Remarks
For more information and examples, see Rules Propagate Changes Within the Model.