Click or drag to resize
CustomLookupLookupItem Class
Represents single value row.
Inheritance Hierarchy
SystemObject
  ATR.CT.CTInterfaceCustomLookupLookupItem

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public class LookupItem

The CustomLookupLookupItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Gets/Sets child rows for this row. Automated if AddChild is used.
Public propertyID
Gets this row's ID. ID is generated and can't be set.
Public propertyIndent
Indent of the row. Automatically set if AddChild is used.
Public propertyParentID
Gets/Sets this row's parent's ID. If AddChild is used, ParentID is automatically set.
Public propertySortOrder
Sort order for this row. Optional. Must be 0 or greater.
Public propertyValue
Getter/Setter for the value. Must not be null nor empty.
Top
Methods
  NameDescription
Public methodAddChild
Add's new child for this row. Sets childs parentID and Indent.
Public methodGetKey
Gets value for given key
Public methodSetKey
Sets value for given key
Public methodToElement
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.
Top
See Also