DomainModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Domain model instantiated in a Store.
public ref class DomainModel abstract
public abstract class DomainModel
type DomainModel = class
Public MustInherit Class DomainModel
- Inheritance
-
DomainModel
- Derived
Constructors
DomainModel(Store, Guid) |
Initializes a new instance of DomainModel class. |
Properties
DomainModelInfo |
Gets domain model information. |
ResourceManager |
Gets ResourceManager associated with this domain model. |
Store |
Gets the Store which contains this instance of domain model. |
Methods
CreateElement(Partition, Type, PropertyAssignment[]) |
Creates an element of specified type. |
CreateElementLink(Partition, Type, RoleAssignment[], PropertyAssignment[]) |
Creates an element link of specified type. |
GetClosureFilter(ClosureType, ICollection<ModelElement>) |
Returns an IElementVisitorFilter that corresponds to the particular closure type. |
GetClosureVisitor(ClosureType, ICollection<ModelElement>) |
Returns an IElementVisitor that corresponds to the particular closure type. |
GetCustomDomainModelTypes() |
Gets the list of non-generated domain model types. |
GetCustomDomainProperties() |
Gets the list of non-generated domain properties. |
GetCustomDomainRoles() |
Gets the list of non-generated domain roles. |
GetGeneratedDomainModelTypes() |
Gets the list of generated domain model types (classes, rules, relationships). |
GetGeneratedDomainProperties() |
Gets the list of generated domain properties. |
GetGeneratedDomainRoles() |
Gets the list of generated domain roles. |