Interface IMutableVariableNode
Represents a type-erased mutable variable state node.
public interface IMutableVariableNode : IVariableNode
- 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()
SetReadOnly(bool)
Sets this variable's read-only state.
void SetReadOnly(bool enabled)
Parameters
enabledboolNew read-only state.