Decorator Properties

Include Protected Members
Include Inherited Members

The Decorator type exposes the following members.

Properties

  Name Description
Public property DiagramElement Gets or sets DiagramElement. Diagram element to which the decorator belongs.
Public property DisplayName Gets or sets the value of DisplayName domain property. The name that will be displayed in the generated designer for this decorator.
Public property Id Gets the ID of the element. (Inherited from ModelElement.)
Public property IsActive Gets the IsActive flag and verifies to see whether the element is active. (Inherited from ModelElement.)
Public property IsDeleted Gets the IsDeleted flag and checks to see whether the element has been deleted from the model. (Inherited from ModelElement.)
Public property IsDeleting Gets the IsDeleting flag and verifies whether the element is currently being deleted from the model. (Inherited from ModelElement.)
Public property IsDisplayNameTracking Gets or sets the value of IsDisplayNameTracking domain property. If True, the Name property tracks other data in the DSL definition.
Public property Name Gets or sets the value of Name domain property. Name of the decorator.
Public property Notes Gets or sets the value of Notes domain property. Informal notes associated with this element. (Inherited from DomainElement.)
Public property Partition Gets or sets the Partition that contains the element. (Inherited from ModelElement.)
Public property Store Gets the Store that contains the element. (Inherited from ModelElement.)

Top

See Also

Reference

Decorator Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace