MappingInfo Class Members
In This Topic
The following tables list the members exposed by MappingInfo.
Public Properties
| Name | Description |
 | DataType | Gets the System.Type value determining the type of the data field or property which can be bound to this object. |
 | IsMapped | Gets the System.Boolean value indicating if this objects is mapped to the data field or property. |
 | MappingName | Gets or sets the System.String value determining the name of the data field or property to be bound to the object. |
 | PropertyName | Gets the System.String value determining the name of the property which should be mapped. |
 | Required | Gets the System.Boolean value indicating if mapping for this property is required or optional. |
Top
Public Methods
See Also