Click or drag to resize

ImportWithFileNameDerivedPropertiesDataSourceOptionsActionsOnProperties Property

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.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public ImmutableList<IActionOnProperty> ActionsOnProperties { get; init; }

Property Value

ImmutableListIActionOnProperty
See Also