DomainModel.DomainMemberInfo Constructor

Initializes a new instance of the DomainModel.DomainMemberInfo class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    domainClassType As Type, _
    propertyName As String, _
    id As Guid, _
    valueHandlerType As Type _
)
public DomainMemberInfo(
    Type domainClassType,
    string propertyName,
    Guid id,
    Type valueHandlerType
)
public:
DomainMemberInfo(
    Type^ domainClassType, 
    String^ propertyName, 
    Guid id, 
    Type^ valueHandlerType
)
new : 
        domainClassType:Type * 
        propertyName:string * 
        id:Guid * 
        valueHandlerType:Type -> DomainMemberInfo
public function DomainModel.DomainMemberInfo(
    domainClassType : Type, 
    propertyName : String, 
    id : Guid, 
    valueHandlerType : Type
)

Parameters

  • domainClassType
    Type: Type

    The type of the domain object that this property is bound to.

  • propertyName
    Type: String

    The name of this property.

  • id
    Type: Guid

    The ID of this property.

  • valueHandlerType
    Type: Type

    The type of the handler for this property.

.NET Framework Security

See Also

Reference

DomainModel.DomainMemberInfo Class

Microsoft.VisualStudio.Modeling Namespace