Click or drag to resize

AsciiLineComposition Class

Represents the structure of one single line of imported ascii text.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiAsciiLineComposition

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

The AsciiLineComposition type exposes the following members.

Constructors
 NameDescription
Public methodAsciiLineComposition(ImmutableArrayAsciiColumnInfo)Initializes a new instance of the AsciiLineComposition class
Public methodAsciiLineComposition(IEnumerableAsciiColumnType, NullableInt32)Initializes a new instance of the AsciiLineComposition class
Top
Properties
 NameDescription
Public propertyColumns The structure of the line. This list holds Type values that represent the recognized items in the line.
Public propertyCount Number of recognized items in the line.
Public propertyItem Getter / setter of the items of the line.
Public propertyLineStructureScoring 
Public propertyShortCuts 
Top
Methods
 NameDescription
Public methodEquals(AsciiLineComposition) 
Public methodEquals(Object)
(Overrides ObjectEquals(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 methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsCompatibleWith(AsciiLineComposition) Determines whether this line structure is is compatible with another line structure.
Public methodStatic memberIsCompatibleWith(AsciiColumnType, AsciiColumnType) Determines whether the AsciiColumnTypea is compatible with b.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides ObjectToString)
Top
Fields
 NameDescription
Protected field_hashValue 
Protected field_priorityValue 
Top
See Also