C1.LiveLinq.LiveViews Namespace : View Class |
For a list of all members of this type, see View members.
Name | Description | |
---|---|---|
AllowInResult | Specifies that a type with non-virtual properties can be used in a result selector. | |
AsCollectionViewFactory | Returns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource. | |
AsDynamic | Used for views with anonymous type constructor as the result selector, converts the View to a View<dynamic> so it can be used for data binding and programmatic access. | |
DeferMaintenance | Enters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance. | |
Maintain | Brings the view up to date with its source data. | |
PurgeEmptyGroups | Remove empty groups from a grouping view. | |
Rebuild | Re-populates the view by re-executing the view's query. | |
SetTransaction | Sets the value of the Transaction property. |