C# 클래스 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.
상속: VirtualDataSource
파일 보기 프로젝트 열기: Infragistics/DataSource-Reference-Implementations 1 사용 예제들

공개 프로퍼티들

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

보호된 메소드들

메소드 설명
ResolveDataProviderOverride ( ) : IDataSourceVirtualDataProvider

비공개 메소드들

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

메소드 상세

ResolveDataProviderOverride() 보호된 메소드

protected ResolveDataProviderOverride ( ) : IDataSourceVirtualDataProvider
리턴 IDataSourceVirtualDataProvider

프로퍼티 상세

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

public static DependencyProperty BaseUriProperty
리턴 DependencyProperty

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

public static DependencyProperty EntitySetProperty
리턴 DependencyProperty

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

public static DependencyProperty TimeoutMillisecondsProperty
리턴 DependencyProperty