C# Class DataPresenter.DataSources.OData.ODataDataSource

Represents an async paging data source (designed to work with the XamDataPresenter family of controls) that gets data from a remote server using the OData API.
Inheritance: AsyncPagingDataSourceBase
Afficher le fichier Open project: Infragistics/DataSource-Reference-Implementations

Méthodes publiques

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

Méthodes publiques

Méthode Description
ODataDataSource ( ) : System

Constructor

Méthodes protégées

Méthode Description
CreateInstanceCore ( ) : Freezable

Creates a new instance of the System.Windows.Freezable derived class.

CreateUnderlyingDataSource ( ) : VirtualDataSource

Returns a VirtualDataSource derived class that will serve as the foundation for this datasource implementation. All threaded data page fetches and backend access will be managed and executed by the instance returned from this method.

OnEndDeferCollectionViewRefresh ( ) : void

Called when IsRefreshDeferred changes to false and modifications to the data exposed via ICollectionView are allowed.

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

CreateInstanceCore() protected méthode

Creates a new instance of the System.Windows.Freezable derived class.
protected CreateInstanceCore ( ) : Freezable
Résultat Freezable

CreateUnderlyingDataSource() protected méthode

Returns a VirtualDataSource derived class that will serve as the foundation for this datasource implementation. All threaded data page fetches and backend access will be managed and executed by the instance returned from this method.
protected CreateUnderlyingDataSource ( ) : VirtualDataSource
Résultat VirtualDataSource

ODataDataSource() public méthode

Constructor
public ODataDataSource ( ) : System
Résultat System

OnEndDeferCollectionViewRefresh() protected méthode

Called when IsRefreshDeferred changes to false and modifications to the data exposed via ICollectionView are allowed.
protected OnEndDeferCollectionViewRefresh ( ) : void
Résultat void

Property Details

BaseUriProperty public_oe static_oe property

Returns the BaseUri DependencyProperty.
public static DependencyProperty,System.Windows BaseUriProperty
Résultat System.Windows.DependencyProperty

EntitySetProperty public_oe static_oe property

Returns the EntitySet DependencyProperty.
public static DependencyProperty EntitySetProperty
Résultat DependencyProperty

TimeoutMillisecondsProperty public_oe static_oe property

Returns the TimeoutMilliseconds DependencyProperty.
public static DependencyProperty TimeoutMillisecondsProperty
Résultat DependencyProperty