Table of Contents

Interface IVariableRoot<TKey>

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

Represents a generic variable root node that listens to its children's events and propagates them.

public interface IVariableRoot<TKey> : IReadOnlyVariableRoot<TKey>, IReadOnlyVariableRoot, IVariableNode where TKey : notnull

Type Parameters

TKey

Child node's key type.

Inherited Members
Extension Methods

Methods

ClearValidation()

Removes all errors and warnings from this variable.

void ClearValidation()

Refresh()

Refreshes this variable.

void Refresh()

RefreshValidation()

Refreshes this variable's validation.

void RefreshValidation()