DomainModel Members
Include Protected Members
Include Inherited Members
Represents a domain model. This is the base class of the domain model of your DSL.
The DomainModel type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the DomainModel class.
Top
Methods
Name
Description
Creates an element of a specified type.
Creates an element link of a specified type.
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.)
Returns an IElementVisitorFilter that corresponds to the particular closure type.
Returns an IElementVisitor that corresponds to the particular closure type.
Gets the non-generated domain model types.
Gets the non-generated domain properties.
Gets the non-generated domain roles.
Gets the generated domain model types.
Gets the generated domain properties.
Gets the generated domain roles.
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.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets information about the domain model.
Gets the resource manager for thedomain model.
Gets the store which contains this instance of the domain model.
Top