DomainModelInfo Class
Represents a domain model definition.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling::DomainObjectInfo
Microsoft.VisualStudio.Modeling::DomainModelInfo
| Name | Description | |
|---|---|---|
![]() | DisplayName | Gets the display name of the element.(Inherited from DomainObjectInfo.) |
![]() | DomainClasses | Gets a list of the domain classes that are defined in this domain model. |
![]() | DomainModel | Gets the domain model to which the element is assigned.(Inherited from DomainObjectInfo.) |
![]() | DomainRelationships | Gets a list of the domain relationships that are defined in this domain model |
![]() | ExtendedDomainModels | Gets a list of the domain models that this domain model extends. |
![]() | Id | Gets the ID of the element.(Inherited from DomainObjectInfo.) |
![]() | ImplementationType | Gets the implementation type of this domain model. |
![]() | MonikerResolver | Gets a moniker resolver instance for this domain model. |
![]() | Name | Gets the name of the element.(Inherited from DomainObjectInfo.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Converts the element to a string.(Inherited from DomainObjectInfo.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

