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
nodeIVariableNodeNode to check.
Returns
- bool
true when the
nodecontains expected state, otherwise false.
IsDirty(IVariableNode)
Checks whether or not the node contains Dirty state.
[Pure]
public static bool IsDirty(this IVariableNode node)
Parameters
nodeIVariableNodeNode to check.
Returns
- bool
true when the
nodecontains expected state, otherwise false.
IsDisposed(IVariableNode)
Checks whether or not the node contains Disposed state.
[Pure]
public static bool IsDisposed(this IVariableNode node)
Parameters
nodeIVariableNodeNode to check.
Returns
- bool
true when the
nodecontains expected state, otherwise false.
IsInvalid(IVariableNode)
Checks whether or not the node contains Invalid state.
[Pure]
public static bool IsInvalid(this IVariableNode node)
Parameters
nodeIVariableNodeNode to check.
Returns
- bool
true when the
nodecontains expected state, otherwise false.
IsReadOnly(IVariableNode)
Checks whether or not the node contains ReadOnly state.
[Pure]
public static bool IsReadOnly(this IVariableNode node)
Parameters
nodeIVariableNodeNode to check.
Returns
- bool
true when the
nodecontains expected state, otherwise false.
IsWarning(IVariableNode)
Checks whether or not the node contains Warning state.
[Pure]
public static bool IsWarning(this IVariableNode node)
Parameters
nodeIVariableNodeNode to check.
Returns
- bool
true when the
nodecontains expected state, otherwise false.