Click or drag to resize

ExtractCommonColumnsToTableOptions Class

[Missing <summary> documentation for "T:Altaxo.Data.ExtractCommonColumnsToTableOptions"]

Inheritance Hierarchy
SystemObject
  Altaxo.DataExtractCommonColumnsToTableOptions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ExtractCommonColumnsToTableOptions : IEquatable<ExtractCommonColumnsToTableOptions>

The ExtractCommonColumnsToTableOptions type exposes the following members.

Constructors
 NameDescription
Public methodExtractCommonColumnsToTableOptionsInitializes a new instance of the ExtractCommonColumnsToTableOptions class
Top
Properties
 NameDescription
Public propertyCopyColumnProperties If true, the column properties of the columns of the orignal table are copied to the destination table (only if they are not empty).
Public propertyCreatePropertyColumnWithSourceTableName If true, a property column 'SourceTableName' is created in the destination table, and filled with the name of the originating table.
Public propertyInterpolation If resampling of the data is neccessary, this gets the interpolation function (otherwise, it is set to null).
Public propertyInterpolationInterval Gets the interpolation interval.
Public propertyIntersectXValues If true, the x-values of the x-columns of all tables are intersected. If false, the union of the x-values of the x-columns of all tables is used.
Public propertyPlaceMultipleYColumnsAdjacentInDestinationTable Gets a value indicating whether to place multiple y columns adjacent to each other in the destination table.
Public propertyUserDefinedNameForXColumn If this value is not empty, it defines the name of the x-column in the destination table.
Public propertyUserDefinedNamesForYColumns Gets the user defined names for y columns. If there are less user defined names than number of y-columns, the original column name is used for naming.
Public propertyUseResampling 
Public propertyUserSpecifiedInterpolationEnd Gets the interpolation end specified by the user. If the value is null, the range end of the ranges of x-values common to all x-columns is used.
Public propertyUserSpecifiedInterpolationStart Gets the interpolation start specified by the user. If the value is null, the range start of the ranges of x-values common to all x-columns is used.
Top
Methods
 NameDescription
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also