The following tables list the members exposed by FilterableRecordsCollection.
Name | Description | |
---|---|---|
FilterableRecordsCollection Constructor | Costructs the collection and initializes its owner data adapter reference. |
Name | Description | |
---|---|---|
Count | Overridden. Number of records in the collection. | |
CurrentRecord | (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
EnableSummariesFilter | Indicates whether filter is accounted for when summaries are calculated. | |
OwnerAdapter | Reference to the DataSourceAdapter object that owns the collection. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
SelectArguments | Keeps a reference to the requested select arguments. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
TotalRecordCount | Returns the total number of unfiltered records | |
UniqueDataValues |
Name | Description | |
---|---|---|
Current | The current DataRecord as enumerating through it (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
HasSummaries | Indicates whether the record collection has any summaries set up. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
Summaries | A hashtable storing calculated summaries (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) |
Name | Description | |
---|---|---|
AddSummaryField | Adds a field to the summaries calculation operation. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
EnsureUniqueDataValues | Ensures that the unique data values are gathered from the datasource | |
GetAverage | Gets average value of all cells in the field. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
GetCount | Gets count of all cell values in the field. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
GetEnumerator | Implements the method off the IEnumerator<DataRecord> interface. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
GetMax<T> | Gets maximum value of all cell values in the field. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
GetMin<T> | Gets minimum value of all cell values in the field. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
GetNextRecord | Overloaded. Overridden. Returns the next available record according to the data window that is requested by the DataSourceObjectView and taking into account the DataSourceObject.RowFilter setting. | |
GetOriginalEnumerator | Returns the original enumerator of the records in the data source. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
GetSum<T> | Gets sum of all cell values in the field. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
GetSumEnumerator | Returns the enumerator of the records in the data source with RowFilter being set to "", this way we can calculate all the summaries. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
IsSummaryField | Indicates whether a field is marked for collecting summaries. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
LoadViewState | Load data modified at run time. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
ResetCount | ||
SaveViewState | Save data modified at run time. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) |
Name | Description | |
---|---|---|
CalculateSummaries | Calculates summaries for all marked for calculation fields in the record. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
NewSummaryValue | Recalculates summaries for the new value. (Inherited from Infragistics.Web.UI.Framework.Data.DataRecordCollection) | |
SaveUniqueDataValues |