TimeToFire Enumeration

 

Determines when to call the rule.

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

public enum class TimeToFire

Member nameDescription
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.

For more information and examples, see Rules Propagate Changes Within the Model.

Return to top
Show: