DataSource for Entity Framework in WPF
DataSource for Entity Framework in WPF
C1.LiveLinq Namespace
/
LiveViewExtensions Class
/ AsLive Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: Visual Basic (Declaration)
Language Filter: C#
Visual Basic (Declaration)
C#
In This Topic
AsLive Method (LiveViewExtensions)
In This Topic
Creates a view based on the specified
IObservableSource<T>
collection.
Overload List
Overload
Description
AsLive<T>(IObservableSource<T>)
Creates a view based on the specified
IObservableSource<T>
collection.
AsLive<T>(IObservableSource<T>,ViewOrder)
Creates a view based on the specified
IObservableSource<T>
collection.
AsLive<T>(INotifyCollectionChanged)
Creates a view based on the specified
System.Collections.Specialized.INotifyCollectionChanged
data source.
AsLive<T>(INotifyCollectionChanged,ViewOrder)
Creates a view based on the specified
System.Collections.Specialized.INotifyCollectionChanged
data source.
AsLive<T>(ObservableCollection<T>)
A typed specialization of the
AsLive<T>(INotifyCollectionChanged)
method.
AsLive<T>(ObservableCollection<T>,ViewOrder)
A typed specialization of the
AsLive<T>(INotifyCollectionChanged,ViewOrder)
method.
AsLive<T>(ReadOnlyObservableCollection<T>)
A typed specialization of the
AsLive<T>(INotifyCollectionChanged)
method.
AsLive<T>(ReadOnlyObservableCollection<T>,ViewOrder)
A typed specialization of the
AsLive<T>(INotifyCollectionChanged,ViewOrder)
method.
See Also
Reference
LiveViewExtensions Class
LiveViewExtensions Members