CoreDomainModel Class

 

Represents the domain model that defines the basic elements used by all domain models.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  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

NameDescription
System_CAPS_pubmethodCoreDomainModel(Store^)

Initializes a new instance of the CoreDomainModel class.

NameDescription
System_CAPS_pubpropertyDomainModelInfo

Gets information about the domain model.(Inherited from DomainModel.)

System_CAPS_pubpropertyResourceManager

Gets the DomainModel's ResourceManager. If the ResourceManager does not already exist, then it is created.(Overrides DomainModel::ResourceManager.)

System_CAPS_pubpropertySystem_CAPS_staticSingletonResourceManager

Gets the Singleton ResourceManager for this domain model.

System_CAPS_pubpropertyStore

Gets the store which contains this instance of the domain model.(Inherited from DomainModel.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDomainModelId

Represents the domain model ID for the core domain model.

System_CAPS_pubfieldSystem_CAPS_staticResourceBaseName

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.

Return to top
Show: