Custom |
The CustomLookupLookupItem type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomLookupLookupItem | Constructor. Initializes this object. Empty values are not allowed so Value is set to "empty". | |
| CustomLookupLookupItem(String) | Constructor | |
| CustomLookupLookupItem(String, CustomLookupLookupItem) | Constructor | |
| CustomLookupLookupItem(String, String) | Constructor | |
| CustomLookupLookupItem(String, String, CustomLookupLookupItem) | Constructor |
| Name | Description | |
|---|---|---|
| Children | Gets/Sets child rows for this row. Automated if AddChild is used. | |
| ID | Gets this row's ID. ID is generated and can't be set. | |
| Indent | Indent of the row. Automatically set if AddChild is used. | |
| ParentID | Gets/Sets this row's parent's ID. If AddChild is used, ParentID is automatically set. | |
| SortOrder | Sort order for this row. Optional. Must be 0 or greater. | |
| Value | Getter/Setter for the value. Must not be null nor empty. |
| Name | Description | |
|---|---|---|
| AddChild | Add's new child for this row. Sets childs parentID and Indent. | |
| GetKey | Gets value for given key | |
| SetKey | Sets value for given key | |
| ToElement | Generates pre-defined XmlElement from this object. Not a valid element for Custom-type lookuplist by itself. Meant to be used via CustomLookup.CreateXMLString -function. |