Class DataSetList<T>
The default list to use in the editor for data sets.
Inheritance
DataSetList<T>
Syntax
public abstract class DataSetList<T> : DataSetListBase<T> where T : IDataSetItem
Type Parameters
Name |
Description |
T |
The item type.
|
Constructors
DataSetList(IDataSet<T>)
Declaration
protected DataSetList(IDataSet<T> dataSet)
Parameters
Type |
Name |
Description |
IDataSet<T> |
dataSet |
|
Methods
New(string)
Declaration
protected abstract T New(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns