Click or drag to resize

FileImportTableDataSourceBase Fields

The FileImportTableDataSourceBase type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_files List of configured files (stored as absolute and relative file names).
Protected field_fileSystemWatchers File system watchers monitoring the directories of the resolved files.
Protected field_importOptions Gets or sets the import options used to control how and when the data source is updated.
Protected field_isDeserializationInProgressIndicates that serialization of the whole AltaxoDocument (!) is still in progress. Data sources should not be updated during serialization.
Protected field_isDirty Indicates whether the data source has unsaved changes.
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_triggerBasedUpdate Trigger-based update helper that throttles file system events.
Top
See Also