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
Afficher le fichier Open project: Infragistics/DataSource-Reference-Implementations Class Usage Examples

Méthodes publiques

Свойство Type Description
BaseUriProperty DependencyProperty
EntitySetProperty DependencyProperty
TimeoutMillisecondsProperty DependencyProperty

Méthodes protégées

Méthode Description
ResolveDataProviderOverride ( ) : IDataSourceVirtualDataProvider

Private Methods

Méthode Description
OnBaseUriChanged ( string oldValue, string newValue ) : void
OnEntitySetChanged ( string oldValue, string newValue ) : void
OnTimeoutMillisecondsChanged ( string oldValue, string newValue ) : void

Method Details

ResolveDataProviderOverride() protected méthode

protected ResolveDataProviderOverride ( ) : IDataSourceVirtualDataProvider
Résultat IDataSourceVirtualDataProvider

Property Details

BaseUriProperty public_oe static_oe property

public static DependencyProperty BaseUriProperty
Résultat DependencyProperty

EntitySetProperty public_oe static_oe property

public static DependencyProperty EntitySetProperty
Résultat DependencyProperty

TimeoutMillisecondsProperty public_oe static_oe property

public static DependencyProperty TimeoutMillisecondsProperty
Résultat DependencyProperty