Click or drag to resize

AsciiDocumentAnalysisOptions Class

Stores information about how to analyze an ASCII data file.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.AsciiAsciiDocumentAnalysisOptions

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class AsciiDocumentAnalysisOptions : IImmutable, 
	IEquatable<AsciiDocumentAnalysisOptions>

The AsciiDocumentAnalysisOptions type exposes the following members.

Constructors
 NameDescription
Public methodAsciiDocumentAnalysisOptionsInitializes a new instance of the AsciiDocumentAnalysisOptions class
Top
Properties
 NameDescription
Public propertyDateTimeFormatsToTest Gets a set of cultures used to test whether a substring of text represents a date/time value.
Public propertyNumberFormatsToTest Gets a set of cultures used to test whether a substring of text represents a number.
Public propertyNumberOfLinesToAnalyze Gets or sets the number of lines used to analyze the structure of an ASCII data file.
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 methodStatic memberGetDefaultSystemOptions Gets options initialized with a default set of system cultures.
Public methodStatic memberGetOptionsForCultures Creates options that test the provided cultures.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodStatic memberInitializeDefaultSystemValues Initializes an instance of AsciiDocumentAnalysisOptions with the default system values.
Protected methodStatic memberInitializeWithCultures Initializes an instance of AsciiDocumentAnalysisOptions with the given cultures.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodStatic memberTestAndAdjustMembersToValidValues Tests all member variables and adjusts them to valid values.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberDefaultNumberOfLinesToAnalyzeDefault number of Ascii lines to analyze.
Public fieldStatic memberSettingsStoragePath Gets the settings storage path for persisting instances in application properties.
Top
See Also