Click or drag to resize

BehaviorOnConflictWithExistingProperties Enumeration

Defines the behavior when there are conflicting property values for the same property name during the import process.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public enum BehaviorOnConflictWithExistingProperties
Members
Member nameValueDescription
ThrowException0 If there are conflicting property values for the same property name, an exception will be thrown.
ResolveInteractively1 The user will be prompted to resolve the conflict interactively, allowing them to choose which property value to keep. If user interaction is not possible (e.g., in a non-interactive environment), an exception will be thrown.
Override2 The existing property value will be overridden with the new property value.

The BehaviorOnConflictWithExistingProperties 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