DomainObjectInfo Class
Visual Studio 2015
Represents an element in a domain model.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::Object
Microsoft.VisualStudio.Modeling::DomainObjectInfo
Microsoft.VisualStudio.Modeling::DomainClassInfo
Microsoft.VisualStudio.Modeling::DomainModelInfo
Microsoft.VisualStudio.Modeling::DomainPropertyInfo
Microsoft.VisualStudio.Modeling::DomainRoleInfo
Microsoft.VisualStudio.Modeling::DomainObjectInfo
Microsoft.VisualStudio.Modeling::DomainClassInfo
Microsoft.VisualStudio.Modeling::DomainModelInfo
Microsoft.VisualStudio.Modeling::DomainPropertyInfo
Microsoft.VisualStudio.Modeling::DomainRoleInfo
| Name | Description | |
|---|---|---|
![]() | DisplayName | Gets the display name of the element. |
![]() | DomainModel | Gets the domain model to which the element is assigned. |
![]() | Id | Gets the ID of the element. |
![]() | Name | Gets the name of the element. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Converts the element to a string.(Overrides Object::ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


