Méthode | Description | |
---|---|---|
AddPageRequest ( int pageIndex, DataSourcePageRequestPriority priority ) : void | ||
Close ( ) : void | ||
FlushAutoRefresh ( ) : void | ||
GetItemValue ( object item, string valueName ) : object | ||
IndexOfItem ( object item ) : int | ||
IndexOfKey ( object key ) : int | ||
NotifyClearItems ( ) : void | ||
NotifyInsertItem ( int index, object newItem ) : void | ||
NotifyRemoveItem ( int index, object oldItem ) : void | ||
NotifySetItem ( int index, object oldItem, object newItem ) : void | ||
ODataVirtualDataSourceDataProvider ( ) : Infragistics.Controls | ||
QueueAutoRefresh ( ) : void | ||
QueueSchemaFetch ( ) : void | ||
Refresh ( ) : void | ||
RemoveAllPageRequests ( ) : void | ||
RemovePageRequest ( int pageIndex ) : void |
Méthode | Description | |
---|---|---|
RefreshInternalOverride ( ) : void | ||
SchemaFetchInternalOverride ( ) : void |
Méthode | Description | |
---|---|---|
AddSchemaRequest ( ) : void | ||
CreateWorker ( ) : void | ||
DoRefreshInternal ( ) : void | ||
DoSchemaFetchInternal ( ) : void | ||
FilterExpressions_CollectionChanged ( object sender, System e ) : void | ||
GetWorkerSettings ( ) : |
||
KillWorker ( ) : void | ||
RaisePageLoaded ( IDataSourcePage page, int fullCount, int actualPageSize ) : void | ||
RefreshInternal ( ) : void | ||
SchemaFetchInternal ( ) : void | ||
SortDescriptions_CollectionChanged ( object sender, System e ) : void | ||
Valid ( ) : bool |
public AddPageRequest ( int pageIndex, DataSourcePageRequestPriority priority ) : void | ||
pageIndex | int | |
priority | DataSourcePageRequestPriority | |
Résultat | void |
public GetItemValue ( object item, string valueName ) : object | ||
item | object | |
valueName | string | |
Résultat | object |
public NotifyInsertItem ( int index, object newItem ) : void | ||
index | int | |
newItem | object | |
Résultat | void |
public NotifyRemoveItem ( int index, object oldItem ) : void | ||
index | int | |
oldItem | object | |
Résultat | void |
public NotifySetItem ( int index, object oldItem, object newItem ) : void | ||
index | int | |
oldItem | object | |
newItem | object | |
Résultat | void |
public ODataVirtualDataSourceDataProvider ( ) : Infragistics.Controls | ||
Résultat | Infragistics.Controls |
protected RefreshInternalOverride ( ) : void | ||
Résultat | void |
public RemovePageRequest ( int pageIndex ) : void | ||
pageIndex | int | |
Résultat | void |
protected SchemaFetchInternalOverride ( ) : void | ||
Résultat | void |