Interface IVariableNodeCollection
Represents a collection of IVariableNode instances.
public interface IVariableNodeCollection : IEnumerable
- Inherited Members
Properties
ChangedNodeKeys
Collection of keys of changed nodes.
IEnumerable ChangedNodeKeys { get; }
Property Value
Count
Number of elements in this collection.
int Count { get; }
Property Value
DirtyNodeKeys
Collection of keys of nodes that have been modified since their creation.
IEnumerable DirtyNodeKeys { get; }
Property Value
InvalidNodeKeys
Collection of keys of invalid nodes.
IEnumerable InvalidNodeKeys { get; }
Property Value
Keys
Underlying collection of node keys.
IEnumerable Keys { get; }
Property Value
ReadOnlyNodeKeys
Collection of keys of nodes set as read-only.
IEnumerable ReadOnlyNodeKeys { get; }
Property Value
Values
Underlying collection of IVariableNode instances.
IReadOnlyCollection<IVariableNode> Values { get; }
Property Value
WarningNodeKeys
Collection of keys of nodes with warnings.
IEnumerable WarningNodeKeys { get; }