Table of Contents

Class VariableNodeExtensions

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

Contains IVariableNode extension methods.

public static class VariableNodeExtensions
Inheritance
VariableNodeExtensions
Inherited Members

Methods

IsChanged(IVariableNode)

Checks whether or not the node contains Changed state.

[Pure]
public static bool IsChanged(this IVariableNode node)

Parameters

node IVariableNode

Node to check.

Returns

bool

true when the node contains expected state, otherwise false.

IsDirty(IVariableNode)

Checks whether or not the node contains Dirty state.

[Pure]
public static bool IsDirty(this IVariableNode node)

Parameters

node IVariableNode

Node to check.

Returns

bool

true when the node contains expected state, otherwise false.

IsDisposed(IVariableNode)

Checks whether or not the node contains Disposed state.

[Pure]
public static bool IsDisposed(this IVariableNode node)

Parameters

node IVariableNode

Node to check.

Returns

bool

true when the node contains expected state, otherwise false.

IsInvalid(IVariableNode)

Checks whether or not the node contains Invalid state.

[Pure]
public static bool IsInvalid(this IVariableNode node)

Parameters

node IVariableNode

Node to check.

Returns

bool

true when the node contains expected state, otherwise false.

IsReadOnly(IVariableNode)

Checks whether or not the node contains ReadOnly state.

[Pure]
public static bool IsReadOnly(this IVariableNode node)

Parameters

node IVariableNode

Node to check.

Returns

bool

true when the node contains expected state, otherwise false.

IsWarning(IVariableNode)

Checks whether or not the node contains Warning state.

[Pure]
public static bool IsWarning(this IVariableNode node)

Parameters

node IVariableNode

Node to check.

Returns

bool

true when the node contains expected state, otherwise false.