DomainModel::DomainMemberInfo Class
Visual Studio 2015
Stores information about a domain property in a domain model.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | DomainModel::DomainMemberInfo(Type^, String^, Guid, Type^) | Initializes a new instance of the DomainModel::DomainMemberInfo class. |
| Name | Description | |
|---|---|---|
![]() | DomainClassType | Get the domain class that declares the property. |
![]() | Id | Gets the ID of the property. |
![]() | Name | Gets the name of the property. |
![]() | ValueHandlerType | Gets the type of value handler for the property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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:

