Overload | Description |
---|---|
SelectionItem Constructor(String) | Default constructur. Accepts the type description. |
SelectionItem Constructor(String,Int32) | Alternate constructor. Accepts the type description and the integer value to assosicate with it. |
SelectionItem Constructor(String,DataObjectBase) | Alternate constructur. Accepts the type description and the integer value to assosicate with it. It also accepts the Symphony Data Object instance. |
SelectionItem Constructor(String,Int32,DataObjectBase) | Alternate constructur. Accepts the type description and the integer value to assosicate with it. It also accepts the Symphony Data Object instance. |
SelectionItem Constructor(String,String) | Alternate constructur. Accepts the type description and a string value indicating the backing value of the item associated with it |
SelectionItem Constructor(String,String,DataObjectBase) | Alternate constructur. Accepts the type description and a string value indicating the backing value of the item associated with it It also accepts the base data object |