Click or drag to resize

ImportWithFileNameDerivedPropertiesActionTargetItemKind Enumeration

Get the target kind where to place property-value tuples. The target kind can be a property bag, a table, or table columns.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public enum TargetItemKind
Members
Member nameValueDescription
PropertyDocument0 The property-value tuples should be placed in a property document.
Table1 The property-value tuples should be placed in the property bag of the table.
TableColumns2 The property-value tuples should be placed in property columns of each of the table columns.

The ImportWithFileNameDerivedPropertiesActionTargetItemKind type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also