Click or drag to resize

ExpandCyclingVariableColumnDataAndOptions Class

Holds both the data (see DataTableMultipleColumnProxy) and the options (see ExpandCyclingVariableColumnOptions) to perform the expanding of a table containing a column with a cycling variable.
Inheritance Hierarchy
SystemObject
  Altaxo.DataExpandCyclingVariableColumnDataAndOptions

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

The ExpandCyclingVariableColumnDataAndOptions type exposes the following members.

Constructors
 NameDescription
Public methodExpandCyclingVariableColumnDataAndOptionsInitializes a new instance of the ExpandCyclingVariableColumnDataAndOptions class
Top
Properties
 NameDescription
Public propertyData Holds the data nessessary for expanding of a table containing a column with a cycling variable.
Public propertyOptions Holds the options nessessary for expanding of a table containing a column with a cycling variable.
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