Click or drag to resize

ImportWithFileNameDerivedPropertiesDataSourceOptions Class

Options for a FileImportTableDataSourceBase that is used to import data from files and derive properties from the file name.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.NamePropertyExtractionImportWithFileNameDerivedPropertiesDataSourceOptions

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public class ImportWithFileNameDerivedPropertiesDataSourceOptions : IImmutable, 
	IEquatable<ImportWithFileNameDerivedPropertiesDataSourceOptions>

The ImportWithFileNameDerivedPropertiesDataSourceOptions type exposes the following members.

Constructors
 NameDescription
Public methodImportWithFileNameDerivedPropertiesDataSourceOptionsInitializes a new instance of the ImportWithFileNameDerivedPropertiesDataSourceOptions class
Top
Properties
 NameDescription
Public propertyActionsOnProperties Designate, which properties should be put into which property bag. The level indicates the level of the property bag, where 0 is the property bag of the target table, -1 is the property bag of the parent folder, -2 is the property bag of the grandparent folder, and so on.
Public propertyBehaviorOnConflictWithExistingProperties Gets or sets the behavior when there is a conflict with existing properties in the target property bag. The default is to override the existing properties with the new values.
Public propertyNameSplitter The name splitter to use for extracting properties from the file name. The default is a PathToFileNameSplitter, which extracts properties from the file name based on a predefined pattern.
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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also