DomainDataDirectory Class
Stores metadata about the domain models in the store.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | DomainClasses | Gets a list of the domain classes in the directory. |
![]() | DomainModels | Gets a list of domain models in the directory. |
![]() | DomainObjects | Gets a list of domain objects in the directory. |
| Name | Description | |
|---|---|---|
![]() | Contains(Guid) | Indicates whether the directory contains an object with a specific ID. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | FindDomainClass(Guid) | Finds a domain class by specifying its ID. |
![]() | FindDomainClass(String^) | Finds a domain class by specifying its full name. |
![]() | FindDomainClass(Type^) | Finds a domain class by specifying its implementation type. |
![]() | FindDomainModel(Guid) | Finds a domain model in the data directory. |
![]() | FindDomainModel(String^) | Finds a domain model by its full name. |
![]() | FindDomainModel(Type^) | Finds a domain model by specifying its implementation type. |
![]() | FindDomainProperty(Guid) | Finds a domain property with a specific ID. |
![]() | FindDomainRelationship(Guid) | Finds a domain relationship with a specific ID. |
![]() | FindDomainRelationship(String^) | Finds a domain relationship with a specific ID. |
![]() | FindDomainRelationship(Type^) | Finds a domain relationship by implementation type. |
![]() | FindDomainRole(Guid) | Finds a domain role with a specific ID. |
![]() | GetDomainClass(Guid) | Gets a domain class with a specific ID. |
![]() | GetDomainClass(String^) | Gets a domain class by full name. |
![]() | GetDomainClass(Type^) | Gets a domain class by implementation type. |
![]() | GetDomainModel(Guid) | Gets a domain model with a specific ID. |
![]() | GetDomainModel(String^) | Gets a domain model by full name. |
![]() | GetDomainModel(Type^) | Gets a domain model by its implementation type. |
![]() | GetDomainProperty(Guid) | Gets a domain property with a specific ID. |
![]() | GetDomainRelationship(Guid) | Gets a domain relationship with a specific ID. |
![]() | GetDomainRelationship(String^) | Gets a domain relationship by the full name. |
![]() | GetDomainRelationship(Type^) | Gets a domain relationship by the implementation type. |
![]() | GetDomainRole(Guid) | Gets a domain role with a specific ID. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
You can use this class to retrieve information about a domain model, including its classes, properties, relationships, and roles.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

