C# 클래스 Infragistics.Controls.DataSource.ODataDataSourcePage

Represents a single page of data retreived from the ODataVirtualDataSource
상속: IDataSourcePage
파일 보기 프로젝트 열기: Infragistics/DataSource-Reference-Implementations 1 사용 예제들

공개 메소드들

메소드 설명
Count ( ) : int

Gets the actual number of records in the current page.

GetItemAtIndex ( int index ) : object

Gets the item at the specified index within the page.

GetItemValueAtIndex ( int index, string valueName ) : object

Gets the desired item value, by name, from the item at the provided index, within the page.

ODataDataSourcePage ( object>.IEnumerable sourceData, IDataSourceSchema schema, int pageIndex ) : System
PageIndex ( ) : int

Gets the absolute index of the current page within the data source.

Schema ( ) : IDataSourceSchema

Gets the schema associated with the items of the current page.

메소드 상세

Count() 공개 메소드

Gets the actual number of records in the current page.
public Count ( ) : int
리턴 int

GetItemAtIndex() 공개 메소드

Gets the item at the specified index within the page.
public GetItemAtIndex ( int index ) : object
index int The index, within the page, from which to get the desired item.
리턴 object

GetItemValueAtIndex() 공개 메소드

Gets the desired item value, by name, from the item at the provided index, within the page.
public GetItemValueAtIndex ( int index, string valueName ) : object
index int The index, within the page, for the item from which to get values.
valueName string The name of the value to read from the desired item.
리턴 object

ODataDataSourcePage() 공개 메소드

public ODataDataSourcePage ( object>.IEnumerable sourceData, IDataSourceSchema schema, int pageIndex ) : System
sourceData object>.IEnumerable
schema IDataSourceSchema
pageIndex int
리턴 System

PageIndex() 공개 메소드

Gets the absolute index of the current page within the data source.
public PageIndex ( ) : int
리턴 int

Schema() 공개 메소드

Gets the schema associated with the items of the current page.
public Schema ( ) : IDataSourceSchema
리턴 IDataSourceSchema