DomainModel.DomainRolePlayerInfo(Type, String, Guid) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.