DomainModel::DomainRolePlayerInfo Class

 

Stores information that is used by the domain model reflector to locate a domain role.

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

public protected ref class DomainRolePlayerInfo sealed 

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

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

NameDescription
System_CAPS_pubpropertyDomainRelationshipType

Get the domain relationship that this role belongs to.

System_CAPS_pubpropertyId

Gets the ID of this role.

System_CAPS_pubpropertyPropertyName

Gets the name of the property for this role.

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: