Class | Description | |
---|---|---|
BaseControlHandler | A base class for control handlers that connect GUI controls of supported types to a C1DataSource so that those controls can be given additional functionality such as auto-lookup columns and virtual mode. | |
ClientCollectionView | The collection view implementation used by a ClientViewSource and other Studio for Entity Framework data sources. | |
ClientViewSource | Data source object exposing data from C1.Data.ClientCacheBase to which GUI controls can bind. Using a ClientViewSource, you can load, filter, group, and sort data easily. | |
ClientViewSourceException | This exception indicates that a ClientViewSource is miconfigured or an error has occurred during the ClientViewSource.Load operation. | |
DependencyObjectCollection<T> | An observable collection of dependency objects. | |
FilterDescriptor | Descriptor used by the ClientViewSource to filter data in queries. | |
FilterDescriptorCollection | Collection of FilterDescriptor dependency objects. | |
GroupDescriptor | Descriptor used by the ClientViewSource to group data returned from server-side queries. | |
GroupDescriptorCollection | Collection of GroupDescriptor dependency objects. | |
SortDescriptor | Descriptor used by the ClientViewSource to sort data returned from queries. | |
SortDescriptorCollection | Collection of SortDescriptor dependency objects. |