This constructor is used for the derived classes.
Creates new empty row.
public Row();
Create empty row, with selected named fields.
public Row(Mapping);
Copy constructor.
public Row(Row);
Create empty row, with selected number of fields without names.
public Row(int);
This constructor is used for the derived classes.
protected Row(int,int);
Creates new Row, with chosen template indices and field names, without data.
public Row(int,int,Mapping);
Creates new row, with chosen template indices and data without field names.
public Row(int,int,ICollection);
Creates new row, with chosen template indices and mapped data.
public Row(int,int,ICollection,Mapping);
Creates new row, with chosen template indices, without data and field names.
public Row(int,int,int);
This constructor is used for the derived classes.
protected Row(int,int,int,int);
Creates new row, with chosen template indices and data without field names.
public Row(int,int,int,int,ICollection);
Creates new row, with chosen template indices and mapped data.
public Row(int,int,int,int,ICollection,Mapping);
Creates new row, with chosen template indices and data without field names.
public Row(int,int,int,int,string,ICollection);
Row Class | Resco.Controls.AdvancedList Namespace