ModelElement Members
Include Protected Members
Include Inherited Members
The base class for all domain model elements. All elements and links in a DomainModel are members of this type.
The ModelElement type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the ModelElement class.
Top
Methods
Name
Description
Verifies whether a source element can be added to this element.
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.
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.)
Allows the model element to configure itself immediately after the Merge process has related it to the target element.
Disconnects a source element from a target element.
Creates a relationship between this target element and the specified source element.
Alerts listeners that a copy of the element has been created.
Alerts listeners that an element has been deleted from the model.
Alerts listeners that the element is being deleted.
Alerts listeners that an element has been added back to a model.
Alerts listeners that the position of a role is about to change.
Allows notification when a role player position has changed.
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
Represents the ID of the domain class for this element.
Top
Properties
Name
Description
Gets the ID of the element.
Gets the IsActive flag and verifies to see whether the element is active.
Gets the IsDeleted flag and checks to see whether the element has been deleted from the model.
Gets the IsDeleting flag and verifies whether the element is currently being deleted from the model.
Gets or sets the Partition that contains the element.
Gets the Store that contains the element.
Top
Explicit Interface Implementations
Name
Description
Overloaded.
IMergeElements.MergeDisconnect
Top