GroupedEnumerableItemType Class |
Namespace: CMS.Base
The GroupedEnumerableItemType type exposes the following members.
Name | Description | |
---|---|---|
GroupedEnumerableItemType |
Constructor
|
Name | Description | |
---|---|---|
GetItemKey |
Lambda to evaluate the key of the item
| |
GetItemLevel |
Lambda to evaluate the level of the item
| |
Items |
Data source.
| |
TopItem |
Gets the first available item.
|
Name | Description | |
---|---|---|
AddItem |
Adds the item to the group table.
| |
EnsureList |
Ensures the list with specified key value.
| |
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
| |
GetGroupView |
Returns the array list of items from specified group, type of the item depends on the DataSource
DataSet, DataView, DataTable -> DataRowView
| |
GetItems |
Gets the children based on the given key
| |
LoadGroups |
Loads the data groups.
|
Name | Description | |
---|---|---|
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |