C1.LiveLinq Namespace > LiveViewExtensions Class : AsLive Method |
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>(IBindingList) | Creates a view based on the specified System.ComponentModel.IBindingList data source. |
AsLive<T>(IBindingList,ViewOrder) | Creates a view based on the specified System.ComponentModel.IBindingList data source. |
AsLive<T>(BindingList<T>) | A typed specialization of the AsLive<T>(IBindingList) method. |
AsLive<T>(BindingList<T>,ViewOrder) | A typed specialization of the AsLive<T>(IBindingList,ViewOrder) method. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2