Overload List
Name | Description | |
---|---|---|
![]() ![]() | GetListT(String) |
Returns a collection of T types for the specified list name and type.
|
![]() | GetListT(String, IFromStringConverter) |
Gets the list.
|
![]() | GetList(String, String) |
Returns a collection of types defiend by the class Name.
|
![]() | GetList(String, String) |
Returns a collection of ListItems for the specified list name.
This method is used to return a collection of ListItems containing all columns in the list as
individual properties of the ListItem class. For example, if the list sent from the host system
contains 5 columns, then the ListItem objects in the returned collection will contain properties
called "Column1", "Column2", "Column3", "Column4" and "Column5". These can then be processed by the
Client application individually.
You can also supply an array of names that will be used to name the columns in the ListItem collection,
if you prefer specific names rather than "Column1",etc....
|
![]() | GetList(String, String, Int32, Int32) |
Returns a collection of ListItems for the specified list name
|
See Also