CoreDomainModel Class
Represents the domain model that defines the basic elements used by all domain models.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling::DomainModel
Microsoft.VisualStudio.Modeling::CoreDomainModel
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.CoreDomainModel.DisplayName", (CoreDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")] [DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.CoreDomainModel.Description", (CoreDomainModel^::typeid), "Microsoft.VisualStudio.Modeling.GeneratedCode.DomainModelResx")] [CLSCompliantAttribute(true)] [DomainObjectIdAttribute("968f9fb9-6074-49e3-8ec2-1e1ce7143e71")] public ref class CoreDomainModel sealed : DomainModel
| Name | Description | |
|---|---|---|
![]() | CoreDomainModel(Store^) | Initializes a new instance of the CoreDomainModel class. |
| Name | Description | |
|---|---|---|
![]() | DomainModelInfo | Gets information about the domain model.(Inherited from DomainModel.) |
![]() | ResourceManager | Gets the DomainModel's ResourceManager. If the ResourceManager does not already exist, then it is created.(Overrides DomainModel::ResourceManager.) |
![]() ![]() | SingletonResourceManager | Gets the Singleton ResourceManager for this domain model. |
![]() | Store | Gets the store which contains this instance of the domain model.(Inherited from DomainModel.) |
| Name | Description | |
|---|---|---|
![]() | CreateElement(Partition^, Type^, array<PropertyAssignment^>^) | Creates an element of specified type.(Overrides DomainModel::CreateElement(Partition^, Type^, array<PropertyAssignment^>^).) |
![]() | CreateElementLink(Partition^, Type^, array<RoleAssignment^>^, array<PropertyAssignment^>^) | Creates an element link of specified type.(Overrides DomainModel::CreateElementLink(Partition^, Type^, array<RoleAssignment^>^, array<PropertyAssignment^>^).) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetClosureFilter(ClosureType, ICollection<ModelElement^>^) | Returns an IElementVisitorFilter that corresponds to the particular closure type.(Inherited from DomainModel.) |
![]() | GetClosureVisitor(ClosureType, ICollection<ModelElement^>^) | Returns an IElementVisitor that corresponds to the particular closure type.(Inherited from DomainModel.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | DomainModelId | Represents the domain model ID for the core domain model. |
![]() ![]() | ResourceBaseName | The base name of this model's resources. |
This core domain model is used by all domain models, and provides definitions for elements such as ModelElement and ElementLink.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



