Symphony Framework
SelectionItem Constructor(String,DataObjectBase)
Symphony.Conductor.Content Namespace > SelectionItem Class > SelectionItem Constructor : SelectionItem Constructor(String,DataObjectBase)
The string description value.
The actual data object to associate with the item.
Alternate constructur. Accepts the type description and the integer value to assosicate with it. It also accepts the Symphony Data Object instance.
Syntax
public SelectionItem( 
   string description,
   DataObjectBase dataObject
)

Parameters

description
The string description value.
dataObject
The actual data object to associate with the item.
Remarks
The associated Symphony Data Object can be retreived thus giving access to the fully data and not just the display and index values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SelectionItem Class
SelectionItem Members
Overload List