Behavior |
public enum BehaviorOnConflictWithExistingProperties
| Member name | Value | Description |
|---|---|---|
| ThrowException | 0 | If there are conflicting property values for the same property name, an exception will be thrown. |
| ResolveInteractively | 1 | 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. |
| Override | 2 | The existing property value will be overridden with the new property value. |
The BehaviorOnConflictWithExistingProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |