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