DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / View Class
Properties Methods


In This Topic
    View Class Members
    In This Topic

    The following tables list the members exposed by View.

    Public Properties
     NameDescription
    Public PropertyGets the total number of elements in the view.  
    Public PropertyGets the current item in the view.  
    Public PropertyGets or sets the data binding mode for this view.  
    Public PropertyGets the effective value of MaintenanceMode.  
    Public PropertyGets a value indicating whether this view is read-only, not updatable.  
    Public PropertyGets or sets a value controlling how the view is synchronized with changes in its base data.  
    Public PropertyGets 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.  
    Public PropertyGets a value indicating whether and how this view preserves item order if it exists in its base data source.  
    Public PropertyGets the collection of ViewRow objects used for programmatic access to view elements (items) and for data binding.  
    Public PropertyGets 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.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Specifies that a type with non-virtual properties can be used in a result selector.  
    Public MethodReturns an instance of System.ComponentModel.ICollectionViewFactory that can be used as a source of a System.Windows.Data.CollectionViewSource.  
    Public MethodUsed 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.  
    Public MethodEnters a defer cycle that you can use to make bulk changes to the view sources and delay automatic view maintenance.  
    Public MethodBrings the view up to date with its source data.  
    Public MethodRemove empty groups from a grouping view.  
    Public MethodRe-populates the view by re-executing the view's query.  
    Public MethodSets the value of the View.Transaction property.  
    Top
    See Also