DiagramDeleteRule Properties

 

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

NameDescription
System_CAPS_pubpropertyFireBefore

true if this rule will be executed before the change occurs.(Inherited from Rule.)

System_CAPS_pubpropertyFireImmediately

true if this rule will execute immediately the change occurs.(Inherited from Rule.)

System_CAPS_pubpropertyFireOnLocalCommit

true if this rule will execute when the current transaction commits.(Inherited from Rule.)

System_CAPS_pubpropertyFireOnTopLevelCommit

true if this rule will execute when the top level transaction commits.(Inherited from Rule.)

System_CAPS_pubpropertyFireTime

Gets or sets when the rule should execute. Normally set by the RuleOn attribute.(Inherited from Rule.)

System_CAPS_pubpropertyIsEnabled

Gets or sets whether the rule is enabled. Normally true by default, but you can initialize it to false in the RuleOn attribute.(Inherited from Rule.)

System_CAPS_pubpropertyPriority

Gets the priority that is assigned to the rule. Helps to determine the order in which rules are executed at the end of a transaction.(Inherited from Rule.)

Return to top
Show: