Method | Description | |
---|---|---|
Initialise ( string dbValue ) : void |
Initialises the instance from a comma-separated list of values
|
|
Serialise ( ) : string |
Serialises the instance to a comma-separated list of values
|
|
ToString ( ) : string | ||
this ( int index ) : Item |
Gets an item by its index
|
|
this ( string value ) : Item |
Gets an item by its value
|
public Initialise ( string dbValue ) : void | ||
dbValue | string | a comma-separated list of values |
return | void |