Table of Contents

Enum CollectionVariableElementState

Namespace
LfrlAnvil.Reactive.State
Assembly
LfrlAnvil.Reactive.State.dll

Represents the state of an element in its collection.

[Flags]
public enum CollectionVariableElementState : byte

Fields

Added = 8

Specifies that the element has been added.

Changed = 1

Specifies that the element has changed.

Default = 0

Specifies that the element has not changed.

Invalid = 2

Specifies that the element contains validation errors.

NotFound = 32

Specifies that the element does not exist.

Removed = 16

Specifies that the element has been removed.

Warning = 4

Specifies that the element contains validation warnings.