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.
Include Protected Members
Include Inherited Members
An element that appears in a user interface and represents a visible presentation of a domain model element.
The PresentationElement type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the PresentationElement class.
Top
Methods
Name
Description
Assigns a model element to the presentation element. The same effect as setting ModelElement.
Verifies whether a source element can be added to this element. (Inherited from ModelElement.)
Overloaded. Selects a target element that the root element should merge with.
Overloaded. Creates a copy of this element in the model.
Overloaded. Deletes the element from the model.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Gets the most-derived domain class for this element. (Inherited from ModelElement.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Not used for presentation elements. (Overrides ModelElement.MergeConfigure(ElementGroup).)
Disconnects a source element from a target element. (Inherited from ModelElement.)
Creates a relationship between a model element and a group of model elements. (Overrides ModelElement.MergeRelate(ModelElement, ElementGroup).)
Alerts listeners that a copy of the element has been created. (Inherited from ModelElement.)
Alerts listeners that an element has been deleted from the model. (Inherited from ModelElement.)
Alerts listeners that the element is being deleted. (Inherited from ModelElement.)
Alerts listeners that an element has been added back to a model. (Inherited from ModelElement.)
Alerts listeners that the position of a role is about to change. (Inherited from ModelElement.)
Allows notification when a role player position has changed. (Inherited from ModelElement.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
The ID that is assigned to the presentation element.
Top
Properties
Name
Description
Gets the ID of the element. (Inherited from ModelElement.)
Gets the IsActive flag and verifies to see whether the element is active. (Inherited from ModelElement.)
Gets the IsDeleted flag and checks to see whether the element has been deleted from the model. (Inherited from ModelElement.)
Gets the IsDeleting flag and verifies whether the element is currently being deleted from the model. (Inherited from ModelElement.)
Gets or sets the model element that is associated with the presentation element.
Gets or sets the Partition that contains the element. (Inherited from ModelElement.)
Gets the Store that contains the element. (Inherited from ModelElement.)
Gets or sets the subject for the presentation element. Defaults to the same object as ModelElement.
Top
Explicit Interface Implementations
Name
Description
(Inherited from ModelElement.)
Overloaded.
(Inherited from ModelElement.)
IMergeElements.MergeDisconnect
(Inherited from ModelElement.)
(Inherited from ModelElement.)
Top