[]
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.
The collection view implementation used by a ClientViewSource and other Studio for Entity Framework data sources.
Data source object exposing data from ClientCacheBase to which GUI controls can bind. Using a ClientViewSource, you can load, filter, group, and sort data easily.
This exception indicates that a ClientViewSource is miconfigured or an error has occurred during the Load() operation.
An observable collection of dependency objects.
Descriptor used by the ClientViewSource to filter data in queries.
Collection of FilterDescriptor dependency objects.
Descriptor used by the ClientViewSource to group data returned from server-side queries.
Collection of GroupDescriptor dependency objects.
Descriptor used by the ClientViewSource to sort data returned from queries.
Collection of SortDescriptor dependency objects.
Enumeration of logical operators for filter collections.
Operator used in FilterDescriptor class.
Enumeration of possible virtual modes a ClientViewSource can be in. Used in the VirtualMode property.