MappingInfo Class Members
In This Topic
The following tables list the members exposed by MappingInfo.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Container | (Inherited from System.ComponentModel.Component) |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | DataType | Gets the System.Type value determining the type of the data field or property which can be bound to this object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | IsMapped | Gets the System.Boolean value indicating if this objects is mapped to the data field or property. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | MappingName | Gets or sets the System.String value determining the name of the data field or property to be bound to the object. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | PropertyName | Gets the System.String value determining the name of the property which should be mapped. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Required | Gets the System.Boolean value indicating if mapping for this property is required or optional. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Site | (Inherited from System.ComponentModel.Component) |
Top
Public Methods
Public Events
| Name | Description |
![Public Event](template/packages/core-dotnet/images/publicEvent.png) | Disposed | (Inherited from System.ComponentModel.Component) |
Top
See Also