[]
Use this ctor when property of bound object has to have the type other than type of the internal object's property.
protected MappingInfo(Type type, Type dataType, string propName, bool required, object defaultValue)
Protected Sub New(type As Type, dataType As Type, propName As String, required As Boolean, defaultValue As Object)
| Type | Name | Description |
|---|---|---|
| Type | type | |
| Type | dataType | |
| string | propName | |
| bool | required | |
| object | defaultValue |