PresetModel
This class references a set of nodemodels, and a set of serialized versions of those nodemodels a client can use this class to store the state of a set of nodes from a graph
Constructors
No public constructors defined
Methods
No public methods defined
Properties
IEnumerable<NodeModel> Nodes {get;} | stability index:1 |
---|---|
list of nodemodels that this state serializes |
IEnumerable<XmlElement> SerializedNodes {get;} | stability index:1 |
---|---|
list of serialized nodes |