DomainModel.DomainMemberInfo(Type, String, Guid, Type) Constructor

Definition

Initializes a new instance of DomainMemberInfo class.

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

Parameters

domainClassType
Type

Type of the domain class that this field is bound to.

propertyName
String

Name of this field.

id
Guid

Guid of this field.

valueHandlerType
Type

Type of the field handler for this attribute.

Exceptions

Applies to