[]
Represents information for the mapper object.
[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 or sets the column. |
ColumnCount | Gets or sets the number of columns. |
Row | Gets or sets the row. |
RowCount | Gets or sets 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. |