Click or drag to resize

ExpandCyclingVariableColumnDataAndOptions Class

Holds both the data (see DataTableMultipleColumnProxy) and the options (see ExpandCyclingVariableColumnOptions) needed to expand a table containing a cycling-variable column.
Inheritance Hierarchy
SystemObject
  Altaxo.DataExpandCyclingVariableColumnDataAndOptions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class ExpandCyclingVariableColumnDataAndOptions : ICloneable

The ExpandCyclingVariableColumnDataAndOptions type exposes the following members.

Constructors
 NameDescription
Public methodExpandCyclingVariableColumnDataAndOptions Initializes a new instance of the ExpandCyclingVariableColumnDataAndOptions class.
Top
Properties
 NameDescription
Public propertyData Holds the data necessary for expanding a table containing a cycling-variable column.
Public propertyOptions Holds the options necessary for expanding a table containing a cycling-variable column.
Top
Methods
 NameDescription
Public methodClone Creates a new object that is a copy of the current instance.
Public methodStatic memberEnsureCoherence Tests if the data in data can be used for the ExpandCyclingVariable action.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberColumnsParticipatingIdentifierIdentifies all columns which participate in the DataTableMultipleColumnProxy instance.
Public fieldStatic memberColumnsToAverageIdentifierIdentifies the column(s) to average in the DataTableMultipleColumnProxy instance.
Public fieldStatic memberColumnWithCyclingVariableIdentifierIdentifies the column with the cycling variable in the DataTableMultipleColumnProxy instance.
Top
See Also