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: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.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 from the given column types.
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 Gets the column information at the specified index.
Public propertyLineStructureScoring Gets the scoring value used to compare line compositions.
Public propertyShortCuts Gets the compact shortcut string that represents the column types in this line.
Top
Methods
 NameDescription
Public methodEquals(AsciiLineComposition)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current 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 methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsCompatibleWith(AsciiLineComposition) Determines whether this line structure 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 methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Protected field_hashValue Caches the hash value of the composition.
Protected field_priorityValue Caches the scoring value of the composition.
Top
See Also