Share via


DomainModel.DomainRolePlayerInfo(Type, String, Guid) Constructor

Definition

Initializes a new instance of DomainRolePlayerInfo class.

public:
 DomainRolePlayerInfo(Type ^ relationshipType, System::String ^ propertyName, Guid id);
public DomainRolePlayerInfo (Type relationshipType, string propertyName, Guid id);
new Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo : Type * string * Guid -> Microsoft.VisualStudio.Modeling.DomainModel.DomainRolePlayerInfo
Public Sub New (relationshipType As Type, propertyName As String, id As Guid)

Parameters

relationshipType
Type

Type of the relationship for this roleplayer attribute.

propertyName
String

name of this attribute.

id
Guid

Guid of this role.

Exceptions

Applies to