ParentShapeHasRelativeChildShapesDeleteRule Class

Definition

public ref class ParentShapeHasRelativeChildShapesDeleteRule sealed : Microsoft::VisualStudio::Modeling::DeleteRule
[Microsoft.VisualStudio.Modeling.RuleOn(typeof(Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes))]
public sealed class ParentShapeHasRelativeChildShapesDeleteRule : Microsoft.VisualStudio.Modeling.DeleteRule
[<Microsoft.VisualStudio.Modeling.RuleOn(typeof(Microsoft.VisualStudio.Modeling.Diagrams.ParentShapeHasRelativeChildShapes))>]
type ParentShapeHasRelativeChildShapesDeleteRule = class
    inherit DeleteRule
Public NotInheritable Class ParentShapeHasRelativeChildShapesDeleteRule
Inherits DeleteRule
Inheritance
ParentShapeHasRelativeChildShapesDeleteRule
Attributes

Constructors

ParentShapeHasRelativeChildShapesDeleteRule()

Properties

FireBefore

returns true if this rule should be fired inline before the change happens

(Inherited from Rule)
FireImmediately

returns true if this rule should be fired inline

(Inherited from Rule)
FireOnLocalCommit

returns true if this rule should be fired at local commit time

(Inherited from Rule)
FireOnTopLevelCommit

returns true if this rule should be fired at top level commit time

(Inherited from Rule)
FireTime

Get or set the time to fire this rule

(Inherited from Rule)
IsEnabled

Gets or Sets whether the Rule is enabled.

(Inherited from Rule)
Priority

Get the priority of this rule

(Inherited from Rule)

Methods

CompareTo(Object)

Compare this rule object with another object

(Inherited from Rule)
CompareTo(Rule)

Query whether this rule is less, greater, or equal to another rule instance.

(Inherited from Rule)
ElementDeleted(ElementDeletedEventArgs)

This rule adjusts the child node shape's absolute bounds now that it has been added to its parent shape. At the beginning of this method, the the child's absolute bounds is assumed to be the relative bounds.

Equals(Object)

Equals operator

(Inherited from Rule)
Equals(Rule)

Equals operator

(Inherited from Rule)
GetHashCode()

Get the hash code for this rule

(Inherited from Rule)

Applies to