Class | Description | |
---|---|---|
ClientCacheBase | Represents the client-side cache, the central hub of data access in the Studio for Entity Framework. | |
ClientScope | Defines a scope of data access. Provides facilities to create client views. | |
ClientView<T> | Represents a client view, that is, a live view that is connected to a remote source, such as an System.Data.Objects.ObjectContext. | |
ClientViewLoadedEventArgs | Provides data for the ClientView<T>.Loaded event. | |
DataExtensions | Extension methods provided by Studio for Entity Framework. | |
FilteredView<T> | Represents a client view filtered by a filter key function, an operator and a filter key value. | |
PageChangingEventArgs | Provides data for the C1.Data.DataSource.ClientCollectionView.PageChanging event. | |
PagingView<T> | Represents a paged client view. | |
ProgressiveView<T> | Represents a client view that loads entities sequentially (progressively) page by page. The user sees the result and can interact with it before all pages are loaded. | |
SavedChangesEventArgs | Provides data for the C1DataSource.SavedChanges event. |