The GroupedDataSource type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
GroupedDataSource(Object, String) |
Constructor, initializes the GroupedDataSource.
| |
GroupedDataSource(Object, String, String) |
Constructor, initializes the GroupedDataSource.
|
Methods
Name | Description | |
---|---|---|
AddDataRow |
Adds the item to the group table.
| |
EnsureList |
Ensures the list with specified key value.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator |
Returns grouped datasource enumerator.
| |
GetGroup |
Returns the array list of items from specified group, type of the item depends on the DataSource
DataSet, DataView, DataTable -> DataRow
| |
GetGroupArray |
Returns the item group as an array.
| |
GetGroupDataTable |
Returns the item group as an DataTable.
| |
GetGroupView |
Returns the array list of items from specified group, type of the item depends on the DataSource
DataSet, DataView, DataTable -> DataRowView
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetItems |
Gets the children based on the given key
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadGroups |
Loads the data groups.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
Fields
Name | Description | |
---|---|---|
firstLevel |
Top level of the collection.
| |
mColumnName |
Column name for grouping.
| |
mDataSource |
Data source.
| |
mGroups |
Resulting groups.
| |
mLevelColumnName |
Column name for level value.
| |
mTopItem |
Top item object.
|
Properties
Name | Description | |
---|---|---|
ColumnName |
Column name for grouping.
| |
DataSource |
Data source.
| |
LevelColumnName |
Column name for level value.
| |
TopItem |
Gets the first available item.
|
See Also