DomainModel.DomainMemberInfo(Type, String, Guid, Type) 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 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.