Name | Description | |
---|---|---|
Unfiltered | A special value indicating that filtering must not be performed. To disable filtering, assign the value of this field to the FilterKey property. |
The following tables list the members exposed by FilteredView<T>.
Name | Description | |
---|---|---|
Unfiltered | A special value indicating that filtering must not be performed. To disable filtering, assign the value of this field to the FilterKey property. |
Name | Description | |
---|---|---|
AutoLoad | Gets or sets a boolean value indicating whether the client view must be loaded automatically when its data is accessed. (Inherited from C1.Data.ClientView<T>) | |
Count | Gets the total number of elements in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
CurrentItem | Gets the current item in the view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DataBindingMode | Gets or sets the data binding mode for this view. (Inherited from C1.LiveLinq.LiveViews.View) | |
DeferredMaintenance | Gets the effective value of MaintenanceMode. (Inherited from C1.LiveLinq.LiveViews.View) | |
FilterKey | Gets or sets a value that is used to filter items by comparing this value to the result of the filter key function applied to an item. | |
FilterKeyType | Gets the filter key type. It is determined by the filter key function. | |
Indexes | Gets the collection of indexes for this view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
IsLoaded | Gets a value indicating whether the client view is loaded. (Inherited from C1.Data.ClientView<T>) | |
IsLoading | Gets a value indicating whether the client view is being loaded. (Inherited from C1.Data.ClientView<T>) | |
IsReadOnly | Gets a value indicating whether this view is read-only, not updatable. (Inherited from C1.LiveLinq.LiveViews.View) | |
Item | Gets the view item (element) at the specified ordinal position. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
MaintenanceMode | Gets or sets a value controlling how the view is synchronized with changes in its base data. (Inherited from C1.LiveLinq.LiveViews.View) | |
MoveToFirstOnReset | Gets or sets a value indicating that the first item must be made current after initial loading or reset (on any C1.LiveLinq.SourceChangeType.Reset notification) if current item was not set by other means. The default is True. (Inherited from C1.LiveLinq.LiveViews.View) | |
Operator | Gets a C1.Data.DataSource.FilterOperator used to compare filter keys. | |
Order | Gets a value indicating whether and how this view preserves item order if it exists in its base data source. (Inherited from C1.LiveLinq.LiveViews.View) | |
Scope | Gets the client scope to which this client view belongs. (Inherited from C1.Data.ClientView<T>) | |
Transaction | Gets an instance of C1.LiveLinq.ITransaction associated with the view. If a view has a transaction associated with it, that transaction's scope is opened automatically every time the view is updated, so the programmer does not need to do it manually in code. (Inherited from C1.LiveLinq.LiveViews.View) |
Name | Description | |
---|---|---|
AsCollectionViewFactory | Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. (Inherited from C1.LiveLinq.LiveViews.View) | |
AsDynamic | Used for views with anonymous type constructor as the result selector, converts the C1.LiveLinq.LiveViews.View to a View<dynamic> so it can be used for data binding and programmatic access. (Inherited from C1.LiveLinq.LiveViews.View) | |
AsFiltered | Filters the view on the server side using a predicate. (Inherited from C1.Data.ClientView<T>) | |
AsFilteredBound<TKey> | Filters the view on the server using a key selector function and configurable value and operator. (Inherited from C1.Data.ClientView<T>) | |
AttachAggregationView | Overloaded. Includes an aggregation subquery into the incremental maintenance mechanism of a view and uniquely identifies it among other subqueries of the same view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
AttachView | Overloaded. Includes a subquery into the incremental maintenance mechanism of a view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
BindFilterKey | Overloaded. Binds the FilterKey property using the specified System.Windows.Data.Binding object. | |
CancelLoad | Cancels the current loading operation. (Inherited from C1.Data.ClientView<T>) | |
Concat | Concatenation of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Contains | Determines whether the view contains a specified item. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
DeferMaintenance | Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. (Inherited from C1.LiveLinq.LiveViews.View) | |
GetEnumerator | Returns an enumerator that iterates through the view items. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
GroupBy | Overloaded. Groups the elements of a view according to a specified key selector function. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
GroupJoin<TInner,TKey,TResult> | Correlates the elements of two views based on equality of keys and groups the results. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Include | Specifies related objects to include while loading the client view. (Inherited from C1.Data.ClientView<T>) | |
IndexOf | Searches for the specified object among the elements of the view and returns the zero-based ordinal position of its first occurrence. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Join<TInner,TKey,TResult> | Correlates the elements of two views based on matching keys. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Load | Loads the entities of the client view. (Inherited from C1.Data.ClientView<T>) | |
Maintain | Brings the view up to date with its source data. (Inherited from C1.LiveLinq.LiveViews.View) | |
OrderBy<TKey> | Sorts the elements of a view in ascending order. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
OrderByDescending<TKey> | Sorts the elements of a view in descending order. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Paging | Overloaded. Applies paging to this client view. (Inherited from C1.Data.ClientView<T>) | |
ProgressiveLoading | Overloaded. Specifies that the client view loading is performed not in a single trip to the server but in multiple batches, each loading a page of a limited size so the user sees the result and can interact with it before all pages are loaded. (Inherited from C1.Data.ClientView<T>) | |
PurgeEmptyGroups | Remove empty groups from a grouping view. (Inherited from C1.LiveLinq.LiveViews.View) | |
Rebuild | Re-populates the view by re-executing the view's query. (Inherited from C1.LiveLinq.LiveViews.View) | |
Refresh | Loads the entities of the client view ignoring the client-side cache. (Inherited from C1.Data.ClientView<T>) | |
Select<TResult> | Projects each element of a view into a new form. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
SelectMany | Overloaded. Projects each element of this view to a collection of collections, flattens the resulting collections into one collection, and invokes a result selector function on each element therein. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
SetTransaction | Sets the value of the C1.LiveLinq.LiveViews.View.Transaction property. (Inherited from C1.LiveLinq.LiveViews.View) | |
ToString | Returns a string representing this view. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Union | Set union of two views. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Where | Filters the source view based on a predicate. (Inherited from C1.LiveLinq.LiveViews.View<T>) |
Name | Description | |
---|---|---|
Changed | Occurs after an item of the view or the entire view has changed. (Inherited from C1.LiveLinq.LiveViews.View<T>) | |
Loaded | Occurs when the client view has finished loading succesfully, and also when an exception has been thrown during loading. (Inherited from C1.Data.ClientView<T>) |