Method | Description | |
---|---|---|
AddNode ( INodeTypeProxy nodeType, string originalId, Point location ) : void | ||
ConnectNodesAsync ( Guid>.Dictionary |
||
ConnectNodesAsync ( Guid>.Dictionary |
||
DeleteNodes ( INodeProxy nodesToDelete ) : void | ||
DeleteRelationships ( IRelationshipProxy relationshipsToDelete ) : void | ||
FiltersResults ( INodeProxy nodes ) : List |
||
GetCurrentNodesAsync ( ) : void | ||
GoBack ( ) : void | ||
GoBackTo ( System.Guid nodeId ) : void | ||
NodeNavigator ( ) : System | ||
PasteNodeClone ( System.Guid copiedNodeId, Point location ) : void | ||
SetCurrentNode ( System.Guid nodeId ) : void |
This method is only ever called on the intial drawing of the map before any nodes are retrieved. and when using the breadcrumb bar to go back through the history
|
|
SetCurrentNode ( INodeProxy node ) : void | ||
UpdateNodeMetadataAsync ( INodeProxy node, System.Guid relationshipId, IDescriptorTypeProxy descriptorType, string metadataName, string metadataValue, IMetadataTypeProxy metadataType ) : void |
Method | Description | |
---|---|---|
SetHistory ( string name, INodeProxy node ) : void |
public AddNode ( INodeTypeProxy nodeType, string originalId, Point location ) : void | ||
nodeType | INodeTypeProxy | |
originalId | string | |
location | Point | |
return | void |
public ConnectNodesAsync ( Guid>.Dictionary |
||
nodes | Guid>.Dictionary | |
relationshipType | IRelationshipTypeProxy | |
location | Point | |
originalId | string | |
return | void |
public ConnectNodesAsync ( Guid>.Dictionary |
||
nodes | Guid>.Dictionary | |
relationshipType | IRelationshipTypeProxy | |
originalId | string | |
return | void |
public DeleteNodes ( INodeProxy nodesToDelete ) : void | ||
nodesToDelete | INodeProxy | |
return | void |
public DeleteRelationships ( IRelationshipProxy relationshipsToDelete ) : void | ||
relationshipsToDelete | IRelationshipProxy | |
return | void |
public FiltersResults ( INodeProxy nodes ) : List |
||
nodes | INodeProxy | |
return | List |
public abstract GetCurrentNodesAsync ( ) : void | ||
return | void |
public GoBackTo ( System.Guid nodeId ) : void | ||
nodeId | System.Guid | |
return | void |
public PasteNodeClone ( System.Guid copiedNodeId, Point location ) : void | ||
copiedNodeId | System.Guid | |
location | Point | |
return | void |
public SetCurrentNode ( System.Guid nodeId ) : void | ||
nodeId | System.Guid | The NodeUid for the current map node |
return | void |
public SetCurrentNode ( INodeProxy node ) : void | ||
node | INodeProxy | |
return | void |
public UpdateNodeMetadataAsync ( INodeProxy node, System.Guid relationshipId, IDescriptorTypeProxy descriptorType, string metadataName, string metadataValue, IMetadataTypeProxy metadataType ) : void | ||
node | INodeProxy | |
relationshipId | System.Guid | |
descriptorType | IDescriptorTypeProxy | |
metadataName | string | |
metadataValue | string | |
metadataType | IMetadataTypeProxy | |
return | void |