Class | Description | |
---|---|---|
CollectionData<T> | The CollectionData<T> class is designed to expose a Symphony Data Object based Symphony.Conductor.Types.AsyncObservableCollection<T> collection. | |
CollectionDataLoadEventArgs | The CollectionDataLoadEventArgs communicates the load requirements of the CollectionData<T>.CollectionLoad event. | |
ObservableSelectionItemList | Expose a collection of custom SelectionItem type objects to allow binding to list controls like the drop-down combo box. | |
SelectionItem | Class describing a selection item object that defines the index and description pairing. This object can optionally store the Symphony Data Object associated with the selection item. Additionally this object can store an alpha value to associate with the item. This allows for alpha based enumerations to be stored in the collection and data bound to an alpha property | |
SelectionItemList | Expose a collection of custom SelectionItem type objects to allow binding to list controls like the drop-down combo box. |