The BaseMap type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBaseRowIndex | Gets the first row index in base view for a certain derived row index.
| |
GetBaseRowIndexes(Int32) | Converts a derived row index to a set of base row indexes.
| |
GetBaseRowIndexes(IndexSet) | Converts a set of derived row indexes to a set of base row indexes.
| |
GetDerivedRowIndex | Gets the first row index in derived view for a certain base row index.
| |
GetDerivedRowIndexes(Int32) | Converts a base row index to a set of derived row indexes.
| |
GetDerivedRowIndexes(IndexSet) | Converts a set of base row indexes to a set of derived row indexes.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BaseRowCount | Gets the number of rows in the base view.
| |
DerivedRowCount | Gets the number of rows in the derived view.
|
See Also