DomainModel::DomainMemberInfo Class

 

Stores information about a domain property in a domain model.

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::DomainMemberInfo

public protected ref class DomainMemberInfo sealed 

NameDescription
System_CAPS_pubmethodDomainModel::DomainMemberInfo(Type^, String^, Guid, Type^)

Initializes a new instance of the DomainModel::DomainMemberInfo class.

NameDescription
System_CAPS_pubpropertyDomainClassType

Get the domain class that declares the property.

System_CAPS_pubpropertyId

Gets the ID of the property.

System_CAPS_pubpropertyName

Gets the name of the property.

System_CAPS_pubpropertyValueHandlerType

Gets the type of value handler for the property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: