C1.LiveLinq Namespace : LiveViewExtensions Class |
The following tables list the members exposed by LiveViewExtensions.
Name | Description | |
---|---|---|
AsLive | Overloaded. Creates a view based on the specified IObservableSource<T> collection. | |
AsNonUpdatable<T> | Specifies a view as read-only. | |
AsUpdatable<T> | Specifies a view as updatable. | |
LiveAggregate | Overloaded. Applies an accumulator function over a view. | |
LiveAverage | Overloaded. Computes the average of a view of System.Int32 values. | |
LiveCount | Overloaded. A view representing the number of elements in a view. | |
LiveMax | Overloaded. Computes the maximum value of a view of System.Double values. | |
LiveMin | Overloaded. Computes the minimum value of a view of nullable System.Double values that are obtained by invoking a transform function on each element of the source view. | |
LiveSum | Overloaded. Computes the sum of a view of System.Int32 values. |