Arena
1.0
A content management system
|
This file defines a class that manages a list of data retrieved from a data source. More...
Classes | |
class | Plugins.DataSource.DataLists.ADataList |
A list of data retrieved from a database. More... | |
Variables | |
dictionary | Plugins.DataSource.DataLists.dlEvents |
The events generated by ADataList. More... | |
string | Plugins.DataSource.DataLists.dlDefaultItemsDelimiter = ", " |
The default delimiter used to separate items when a string representation of the data list is generated. More... | |
string | Plugins.DataSource.DataLists.dlErrorRetrievingItem = "Failed to retrieve item {item} from {classname}" |
The error message used when an attempt is made to retrieve a non-existent item from a data row. More... | |
This file defines a class that manages a list of data retrieved from a data source.