Click or drag to resize

AsciiImportOptionsController Properties

The AsciiImportOptionsController type exposes the following members.

Properties
 NameDescription
Public propertyAsciiDocumentAnalysisOptionsController Gets or sets the controller for the ASCII document analysis options view.
Public propertyCmdDoAnalyze Gets the command do analyze. Occurs when analysis of the ASCII input is requested.
Public propertyCodePage Gets or sets the controller for selecting the code page used to decode the ASCII file.
Public propertyDateTimeFormatCulture Gets or sets the controller for selecting the date/time-format culture.
Public propertyDetectEncodingFromByteOrderMarks Gets or sets a value indicating whether the encoding is detected from byte-order marks.
Public propertyHeaderLinesDestination Gets or sets the controller for selecting destinations for header lines.
Public propertyImportMultipleAsciiVertically Gets or sets a value indicating whether multiple ASCII streams are imported vertically.
Public propertyIndexOfCaptionLine Gets or sets the index of the caption line within the input.
Public propertyIsDateTimeFormatCultureKnown Gets or sets a value indicating whether the date/time-format culture is known.
Public propertyIsDisposed Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase)
Public propertyIsIndexOfCaptionLineKnown Gets or sets a value indicating whether the index of the caption line is known.
Public propertyIsNumberFormatCultureKnown Gets or sets a value indicating whether the number-format culture is known.
Public propertyIsNumberOfMainHeaderLinesKnown Gets or sets a value indicating whether the number of main header lines is known for the ASCII import.
Public propertyIsSeparationStrategyKnown Gets or sets a value indicating whether the separation strategy is known.
Public propertyIsTableStructureKnown Gets or sets a value indicating whether the table structure has been detected and is known.
Public propertyModelObject Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Protected propertyNoDocumentException Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase)
Protected propertyNotInitializedException Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase)
Protected propertyNoViewException Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase)
Public propertyNumberFormatCulture Gets or sets the controller for selecting the number-format culture.
Public propertyNumberOfMainHeaderLines Gets or sets the number of main header lines for the ASCII import.
Public propertyRenameColumnsWithHeaderNames Gets or sets a value indicating whether columns should be renamed using header names.
Public propertyRenameWorksheetWithFileName Gets or sets a value indicating whether the worksheet should be renamed from the file name.
Public propertyReuseColumnNames Gets or sets a value indicating whether to reuse the column names when the destination table already exist. This property is ignored if the destination table is empty.
Public propertyReuseGroupNumbers Gets or sets a value indicating whether to reuse column kinds and groups when the destination table already exists. This property is ignored if the destination table is empty.
Public propertySeparationStrategy Gets or sets the controller providing available separation strategies.
Public propertySeparationStrategyInstanceController Gets or sets the controller that manages the separation-strategy detail view.
Public propertyTableStructure Gets or sets the detected table structure as a collection of column type descriptors.
Public propertyUseDocumentCopy Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied, all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted. Use the last option if a controller higher in the hierarchy has already made a copy of the document.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Top
See Also