The following tables list the members exposed by GenericVirtualDataSource.
Name | Description | |
---|---|---|
![]() | GenericVirtualDataSource Constructor | Constructs a new GenericVirtualDataSource. |
Name | Description | |
---|---|---|
![]() | ExecutionContext | Gets or sets the execution context that the data source should synchronize asynchronous actions with, or use to defer delayed actions. (Inherited from Infragistics.Win.DataVisualization.BaseGenericDataSource) |
Name | Description | |
---|---|---|
![]() | AddSchemaProperty | Adds an entry to the schema. |
![]() | AddSummaryDate | Adds a summary value to the current page or group. |
![]() | AddSummaryDouble | Adds a summary value to the current page or group. |
![]() | AddSummaryInt | Adds a summary value to the current page or group. |
![]() | AddSummaryString | Adds a summary value to the current page or group. |
![]() | FillColumnBool | Fills the specificed column with boolean values for the requested page. |
![]() | FillColumnDate | Fills the specificed column with date values for the requested page. |
![]() | FillColumnDouble | Fills the specificed column with double values for the requested page. |
![]() | FillColumnInt | Fills the specificed column with integer values for the requested page. |
![]() | FillColumnString | Fills the specificed column with string values for the requested page. |
![]() | FillCount | Provides the row count for the datasource. The datasource obtains this from the page request so be must be called after FillPageStart. |
![]() | FillGroupEnd | Ends the current group. |
![]() | FillGroupStart | Starts filling group information for the data source. |
![]() | FillGroupValueDate | Adds a date value to the current group. |
![]() | FillGroupValueDouble | Adds a double value to the current group. |
![]() | FillGroupValueInt | Adds an integer value to the current group. |
![]() | FillGroupValueString | Adds a string value to the current group. |
![]() | FillPageEnd | Ends the current page. Must be called after FillPageStart. |
![]() | FillPageStart | Starts filling a page for the specified request. Must later be followed by FillPageEnd to complete the request. |
![]() | QueueAutoRefresh | Called to manually queue a refresh of the data source. (Inherited from Infragistics.Win.DataVisualization.BaseGenericDataSource) |
![]() | Reset | Overridden. Resets all the properties to their default values |
![]() | ResetExecutionContext | Resets the ExecutionContext property to its default value. (Inherited from Infragistics.Win.DataVisualization.BaseGenericDataSource) |
Name | Description | |
---|---|---|
![]() | OnPageRequested | Used to invoke the PageRequested event. |
![]() | OnPropertyChanged | Used to invoke the PropertyChanged event. (Inherited from Infragistics.Win.DataVisualization.BaseGenericDataSource) |
![]() | ShouldSerializeExecutionContext | Indicates if the ExecutionContext property needs to be serialized. (Inherited from Infragistics.Win.DataVisualization.BaseGenericDataSource) |
Name | Description | |
---|---|---|
![]() | PageRequested | Raised when the datasource requests page data. |
![]() | PropertyChanged | Event raised when a property value is changed. (Inherited from Infragistics.Win.DataVisualization.BaseGenericDataSource) |