C# 클래스 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.
상속: AsyncPagingDataSourceBase
파일 보기 프로젝트 열기: Infragistics/DataSource-Reference-Implementations

공개 프로퍼티들

프로퍼티 타입 설명
BaseUriProperty System.Windows.DependencyProperty
EntitySetProperty DependencyProperty
TimeoutMillisecondsProperty DependencyProperty

공개 메소드들

메소드 설명
ODataDataSource ( ) : System

Constructor

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
OnBaseUriChanged ( string oldValue, string newValue ) : void
OnEntitySetChanged ( string oldValue, string newValue ) : void
OnTimeoutMillisecondsChanged ( string oldValue, string newValue ) : void

메소드 상세

CreateInstanceCore() 보호된 메소드

Creates a new instance of the System.Windows.Freezable derived class.
protected CreateInstanceCore ( ) : Freezable
리턴 Freezable

CreateUnderlyingDataSource() 보호된 메소드

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
리턴 VirtualDataSource

ODataDataSource() 공개 메소드

Constructor
public ODataDataSource ( ) : System
리턴 System

OnEndDeferCollectionViewRefresh() 보호된 메소드

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

프로퍼티 상세

BaseUriProperty 공개적으로 정적으로 프로퍼티

Returns the BaseUri DependencyProperty.
public static DependencyProperty,System.Windows BaseUriProperty
리턴 System.Windows.DependencyProperty

EntitySetProperty 공개적으로 정적으로 프로퍼티

Returns the EntitySet DependencyProperty.
public static DependencyProperty EntitySetProperty
리턴 DependencyProperty

TimeoutMillisecondsProperty 공개적으로 정적으로 프로퍼티

Returns the TimeoutMilliseconds DependencyProperty.
public static DependencyProperty TimeoutMillisecondsProperty
리턴 DependencyProperty