Click or drag to resize

Altaxo.Data.Selections Namespace

Contains row-selection models and selection criteria for data tables.
Classes
 ClassDescription
Public classAllRows Row selection that includes all available rows.
Public classCode exampleExcludeUnionOfRowSelections Represents an exclusion of a union of row selections.
Public classIncludeSingleNumericalValue Selects rows whose values in a specified column equal a single numeric value.
Public classIncludeSingleTextValue Selects rows whose values in a specified column equal a single text value.
Public classIncludeTextContains Selects rows whose text values contain a specified substring.
Public classIncludeTextEndsWith Selects rows whose text values end with a specified substring.
Public classIncludeTextStartsWith Selects rows whose text values start with a specified substring.
Public classCode exampleIntersectionOfRowSelections Represents an intersection of row selections.
Public classIRowSelectionExtensions Helper methods for IRowSelection instances.
Public classPeriodicRowIndexSegments Selects fixed-length row segments repeated periodically.
Public classRangeOfNumericalValues Selects rows whose numeric values lie within a configured range.
Public classRangeOfRowIndices Selects a contiguous range of row indices.
Public classCode exampleUnionOfRowSelections Represents an union of row selections.
Interfaces
 InterfaceDescription
Public interfaceIRowSelection Represents a selection of rows for data operations.
Public interfaceIRowSelectionCollection Interface to a collection of row selections. Since this is itself a row selection, it extends the IRowSelection interface.