Click or drag to resize

AsciiColumnInfo Class

For the different possible types of columns, gets the score value and the shortcut.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiAsciiColumnInfo

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

The AsciiColumnInfo type exposes the following members.

Properties
 NameDescription
Public propertyColumnType Gets the type of the column.
Public propertyStatic memberColumnTypeToColumnInfo Gets a dictionary that associates each value of AsciiColumnType with the appropriate instance of AsciiColumnInfo.
Public propertyStatic memberDateTimeColumn that contains a date/time value.
Public propertyStatic memberDBNullColumn that can contain an element or not.
Public propertyStatic memberFloatWithDecimalSeparatorColumn that contains a floating-point number with a decimal separator.
Public propertyStatic memberFloatWithoutDecimalSeparatorColumn that contains a floating-point number without a decimal separator.
Public propertyStatic memberGeneralNumberColumn that contains a general number.
Public propertyStatic memberIntegerColumn that contains an integer number.
Public propertyScoreValue Gets the score value of this type of column.
Public propertyShortCut Gets the short cut for this type of column.
Public propertyStatic memberShortCutToColumnInfo 
Public propertyStatic memberTextColumn that contains text (that can not be parsed to a number or a date/time).
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