ModelChange

StockSharp.Diagram

An enumeration of the predefined ways in which models may be changed.

Fields

AddedChildNodeKey
public const ModelChange AddedChildNodeKey
value = ModelChange.AddedChildNodeKey

Added a node key to the ChildNodeKeys collection property (TreeModel)

AddedFromNodeKey
public const ModelChange AddedFromNodeKey
value = ModelChange.AddedFromNodeKey

Added a node key to the FromNodeKeys collection property (GraphModel)

AddedMemberNodeKey
public const ModelChange AddedMemberNodeKey
value = ModelChange.AddedMemberNodeKey

Added a node key to the MemberNodeKeys collection property (GraphLinksModel, GraphModel)

AddedNode
public const ModelChange AddedNode
value = ModelChange.AddedNode

Added a node data to NodesSource (GraphLinksModel, GraphModel, TreeModel)

AddedToNodeKey
public const ModelChange AddedToNodeKey
value = ModelChange.AddedToNodeKey

Added a node key to the ToNodeKeys collection property (GraphModel)

ChangedChildNodeKeys
public const ModelChange ChangedChildNodeKeys
value = ModelChange.ChangedChildNodeKeys

Changed (replaced) the ChildNodeKeys collection property (TreeModel)

ChangedCopyingGroupCopiesMembers
public const ModelChange ChangedCopyingGroupCopiesMembers
value = ModelChange.ChangedCopyingGroupCopiesMembers

Changed the CopyingGroupCopiesMembers property (GraphLinksModel, GraphModel)

ChangedCopyingLinkCopiesLabel
public const ModelChange ChangedCopyingLinkCopiesLabel
value = ModelChange.ChangedCopyingLinkCopiesLabel

Changed the CopyingLinkCopiesLabel property (GraphLinksModel)

ChangedDataFormat
public const ModelChange ChangedDataFormat
value = ModelChange.ChangedDataFormat

Changed the DataFormat property (GraphLinksModel, GraphModel, TreeModel)

ChangedFromNodeKeys
public const ModelChange ChangedFromNodeKeys
value = ModelChange.ChangedFromNodeKeys

Changed (replaced) the FromNodeKeys collection property (GraphModel)

ChangedFromNodesPath
public const ModelChange ChangedFromNodesPath
value = ModelChange.ChangedFromNodesPath

Changed the FromNodesPath property (GraphModel)

ChangedGroupNodeKey
public const ModelChange ChangedGroupNodeKey
value = ModelChange.ChangedGroupNodeKey

Changed the GroupNodeKey property (GraphLinksModel, GraphModel)

ChangedGroupNodePath
public const ModelChange ChangedGroupNodePath
value = ModelChange.ChangedGroupNodePath

Changed the GroupNodePath property (GraphLinksModel, GraphModel)

ChangedLinkCategory
public const ModelChange ChangedLinkCategory
value = ModelChange.ChangedLinkCategory

Changed the value of the Category for a link data (GraphLinksModel)

ChangedLinkCategoryPath
public const ModelChange ChangedLinkCategoryPath
value = ModelChange.ChangedLinkCategoryPath

Changed the LinkCategoryPath property (GraphLinksModel)

ChangedLinkFromParameterPath
public const ModelChange ChangedLinkFromParameterPath
value = ModelChange.ChangedLinkFromParameterPath

Changed the LinkFromParameterPath property (GraphLinksModel)

ChangedLinkFromPath
public const ModelChange ChangedLinkFromPath
value = ModelChange.ChangedLinkFromPath

Changed the LinkFromPath property (GraphLinksModel)

ChangedLinkFromPort
public const ModelChange ChangedLinkFromPort
value = ModelChange.ChangedLinkFromPort

Changed the LinkFromPort property (GraphLinksModel)

ChangedLinkGroupNodeKey
public const ModelChange ChangedLinkGroupNodeKey
value = ModelChange.ChangedLinkGroupNodeKey

Changed the LinkGroupKey property (GraphLinksModel)

ChangedLinkLabelKey
public const ModelChange ChangedLinkLabelKey
value = ModelChange.ChangedLinkLabelKey

Changed the LinkLabelKey property (GraphLinksModel)

ChangedLinkLabelNodePath
public const ModelChange ChangedLinkLabelNodePath
value = ModelChange.ChangedLinkLabelNodePath

Changed the LinkLabelNodePath property (GraphLinksModel)

ChangedLinksSource
public const ModelChange ChangedLinksSource
value = ModelChange.ChangedLinksSource

Changed (replaced) the LinksSource collection property (GraphLinksModel)

ChangedLinkToParameterPath
public const ModelChange ChangedLinkToParameterPath
value = ModelChange.ChangedLinkToParameterPath

Changed the LinkToParameterPath property (GraphLinksModel)

ChangedLinkToPath
public const ModelChange ChangedLinkToPath
value = ModelChange.ChangedLinkToPath

Changed the LinkToPath property (GraphLinksModel)

ChangedLinkToPort
public const ModelChange ChangedLinkToPort
value = ModelChange.ChangedLinkToPort

Changed the LinkToPort property (GraphLinksModel)

ChangedMemberNodeKeys
public const ModelChange ChangedMemberNodeKeys
value = ModelChange.ChangedMemberNodeKeys

Changed (replaced) the MemberNodeKeys collection property (GraphLinksModel, GraphModel)

ChangedMemberNodesPath
public const ModelChange ChangedMemberNodesPath
value = ModelChange.ChangedMemberNodesPath

Changed the MemberNodesPath property (GraphLinksModel, GraphModel)

ChangedModifiable
public const ModelChange ChangedModifiable
value = ModelChange.ChangedModifiable

Changed the Modifiable property (GraphLinksModel, GraphModel, TreeModel)

ChangedName
public const ModelChange ChangedName
value = ModelChange.ChangedName

Changed the Name property (GraphLinksModel, GraphModel, TreeModel)

ChangedNodeCategory
public const ModelChange ChangedNodeCategory
value = ModelChange.ChangedNodeCategory

Changed the value of the Category for a node data (GraphLinksModel, GraphModel, TreeModel)

ChangedNodeCategoryPath
public const ModelChange ChangedNodeCategoryPath
value = ModelChange.ChangedNodeCategoryPath

Changed the NodeCategoryPath property (GraphLinksModel, GraphModel, TreeModel)

ChangedNodeIsGroupPath
public const ModelChange ChangedNodeIsGroupPath
value = ModelChange.ChangedNodeIsGroupPath

Changed the NodeIsGroupPath property (GraphLinksModel, GraphModel)

ChangedNodeIsLinkLabelPath
public const ModelChange ChangedNodeIsLinkLabelPath
value = ModelChange.ChangedNodeIsLinkLabelPath

Changed the NodeIsLinkLabelPath property (GraphLinksModel)

ChangedNodeKey
public const ModelChange ChangedNodeKey
value = ModelChange.ChangedNodeKey

Changed the node key for a node data (GraphLinksModel, GraphModel, TreeModel)

ChangedNodeKeyPath
public const ModelChange ChangedNodeKeyPath
value = ModelChange.ChangedNodeKeyPath

Changed the NodeKeyPath property (GraphLinksModel, GraphModel, TreeModel)

ChangedNodesSource
public const ModelChange ChangedNodesSource
value = ModelChange.ChangedNodesSource

Changed (replaced) the NodesSource collection property (GraphLinksModel, GraphModel, TreeModel)

ChangedParentNodeKey
public const ModelChange ChangedParentNodeKey
value = ModelChange.ChangedParentNodeKey

Changed the ParentNodeKey property (TreeModel)

ChangedRemovingGroupRemovesMembers
public const ModelChange ChangedRemovingGroupRemovesMembers
value = ModelChange.ChangedRemovingGroupRemovesMembers

Changed the RemovingGroupRemovesMembers property (GraphLinksModel, GraphModel)

ChangedRemovingLinkRemovesLabel
public const ModelChange ChangedRemovingLinkRemovesLabel
value = ModelChange.ChangedRemovingLinkRemovesLabel

Changed the RemovingLinkRemovesLabel property (GraphLinksModel)

ChangedToNodeKeys
public const ModelChange ChangedToNodeKeys
value = ModelChange.ChangedToNodeKeys

Changed (replaced) the ToNodeKeys collection property (GraphModel)

ChangedToNodesPath
public const ModelChange ChangedToNodesPath
value = ModelChange.ChangedToNodesPath

Changed the ToNodesPath property (GraphModel)

ChangedValidCycle
public const ModelChange ChangedValidCycle
value = ModelChange.ChangedValidCycle

Changed the ValidCycle property (GraphLinksModel, GraphModel)

ClearedUndoManager
public const ModelChange ClearedUndoManager
value = ModelChange.ClearedUndoManager

Cleared the contents of the UndoManager (for all models).

CommittedTransaction
public const ModelChange CommittedTransaction
value = ModelChange.CommittedTransaction

Committed the changes for a transaction.

FinishedRedo
public const ModelChange FinishedRedo
value = ModelChange.FinishedRedo

Finished a redo operation.

FinishedUndo
public const ModelChange FinishedUndo
value = ModelChange.FinishedUndo

Finished an undo operation.

InvalidateRelationships
public const ModelChange InvalidateRelationships
value = ModelChange.InvalidateRelationships

Changed the shape or bounds of a node or one or more of its ports (GraphLinksModel, GraphModel, TreeModel)

None
public const ModelChange None
value = ModelChange.None

A transient data change that should not be considered a change to the model; such changes are ignored by the UndoManager and by the Diagram.

Property
public const ModelChange Property
value = ModelChange.Property

Changes to data properties and extended model properties, and other non-predefined property changes

RemovedChildNodeKey
public const ModelChange RemovedChildNodeKey
value = ModelChange.RemovedChildNodeKey

Removed a node key from the ChildNodeKeys collection property (TreeModel)

RemovedFromNodeKey
public const ModelChange RemovedFromNodeKey
value = ModelChange.RemovedFromNodeKey

Removed a node key from the FromNodeKeys collection property (GraphModel)

RemovedMemberNodeKey
public const ModelChange RemovedMemberNodeKey
value = ModelChange.RemovedMemberNodeKey

Removed a node key from the MemberNodeKeys collection property (GraphLinksModel, GraphModel)

RemovedNode
public const ModelChange RemovedNode
value = ModelChange.RemovedNode

Removed a node data from NodesSource (GraphLinksModel, GraphModel, TreeModel)

RemovedToNodeKey
public const ModelChange RemovedToNodeKey
value = ModelChange.RemovedToNodeKey

Removed a node key from the ToNodeKeys collection property (GraphModel)

RemovingNode
public const ModelChange RemovingNode
value = ModelChange.RemovingNode

About to remove a node data from NodesSource (GraphLinksModel, GraphModel, TreeModel)

ReplacedReference
public const ModelChange ReplacedReference
value = ModelChange.ReplacedReference

(for internal use)

RolledBackTransaction
public const ModelChange RolledBackTransaction
value = ModelChange.RolledBackTransaction

Rolled back the changes of a transaction and aborted it.

StartedTransaction
public const ModelChange StartedTransaction
value = ModelChange.StartedTransaction

Started a transaction.

StartingRedo
public const ModelChange StartingRedo
value = ModelChange.StartingRedo

Starting a redo operation.

StartingUndo
public const ModelChange StartingUndo
value = ModelChange.StartingUndo

Starting an undo operation.