ComponentOne Data Source for Entity Framework
Inheritance Hierarchy
In This Topic
    C1.Data.DataSource Namespace
    In This Topic
    Classes
     ClassDescription
    ClassA 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.
    ClassThe collection view implementation used by a ClientViewSource and other Studio for Entity Framework data sources.
    ClassData 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.
    ClassThis exception indicates that a ClientViewSource is miconfigured or an error has occurred during the ClientViewSource.Load operation.
    ClassAn observable collection of dependency objects.
    ClassDescriptor used by the ClientViewSource to filter data in queries.
    ClassCollection of FilterDescriptor dependency objects.
    ClassDescriptor used by the ClientViewSource to group data returned from server-side queries.
    ClassCollection of GroupDescriptor dependency objects.
    ClassDescriptor used by the ClientViewSource to sort data returned from queries.
    ClassCollection of SortDescriptor dependency objects.
    Enumerations
     EnumerationDescription
    EnumerationEnumeration of logical operators for filter collections.
    EnumerationOperator used in FilterDescriptor class.
    EnumerationEnumeration of possible virtual modes a ClientViewSource can be in. Used in the ClientViewSource.VirtualMode property.
    See Also