C# Class Infragistics.Controls.DataSource.ODataVirtualDataSource

Represents a virtual data source that gets data from a remote server using the OData API.
Access to this class from threads other than the UI thread should be syncrhonized using the ExecutionContext.
Inheritance: VirtualDataSource
Show file Open project: Infragistics/DataSource-Reference-Implementations Class Usage Examples

Public Properties

Property Type Description
BaseUriProperty DependencyProperty
EntitySetProperty DependencyProperty
TimeoutMillisecondsProperty DependencyProperty

Protected Methods

Method Description
ResolveDataProviderOverride ( ) : IDataSourceVirtualDataProvider

Private Methods

Method Description
OnBaseUriChanged ( string oldValue, string newValue ) : void
OnEntitySetChanged ( string oldValue, string newValue ) : void
OnTimeoutMillisecondsChanged ( string oldValue, string newValue ) : void

Method Details

ResolveDataProviderOverride() protected method

protected ResolveDataProviderOverride ( ) : IDataSourceVirtualDataProvider
return IDataSourceVirtualDataProvider

Property Details

BaseUriProperty public static property

public static DependencyProperty BaseUriProperty
return DependencyProperty

EntitySetProperty public static property

public static DependencyProperty EntitySetProperty
return DependencyProperty

TimeoutMillisecondsProperty public static property

public static DependencyProperty TimeoutMillisecondsProperty
return DependencyProperty