[]
Represents information of the mapper.
[TypeConverter(typeof(MapperInfoConverter))]
public class MapperInfo
<TypeConverter(GetType(MapperInfoConverter))>
Public Class MapperInfo
| Name | Description |
|---|---|
| MapperInfo() | Initializes a new instance of the MapperInfo class. |
| MapperInfo(int, int, int, int) | Initializes a new instance of the MapperInfo class. |
| Name | Description |
|---|---|
| Column | Gets the column. |
| ColumnCount | Gets the number of columns. |
| Row | Gets the row. |
| RowCount | Gets the number of rows. |
| Name | Description |
|---|---|
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table. |