Interface IVariableRoot<TKey>
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
TKeyChild 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()