MappingInfo Class Members
In This Topic
The following tables list the members exposed by MappingInfo.
Public Constructors
Public Properties
| Name | Description |
| DefaultValue | The default value which will be used when mapping is not mapped to a data field or data field value is empty. |
| IsMapped | Indicates whether objects is mapped to the data field or property. (read only) |
| MappingName | Name of the data field or property to be bound to this object. |
| PropertyName | Name of the property which should be mapped. (read only) |
| Required | Indicates whether mapping for this property is required or optional. (read only) |
Top
Public Methods
| Name | Description |
| ToString | Returns a System.String that represents the current object. |
Top
See Also