DiagramExtension.GetBatchUpdateResult Method
Name | Parameters | Description |
---|---|---|
GetBatchUpdateResult<TNode, TKey>(MVCxDiagramNodeUpdateValues<TNode, TKey>) static | nodeUpdateValues | Returns the specified result to the client side after processing a callback in an action specified by the BatchUpdateRouteValues property. |
GetBatchUpdateResult<TNode, TNodeKey, TEdge, TEdgeKey>(MVCxDiagramNodeUpdateValues<TNode, TNodeKey>, MVCxDiagramEdgeUpdateValues<TEdge, TEdgeKey>) static | nodeUpdateValues, edgeUpdateValues | Returns the specified result to the client side after processing a callback in an action specified by the BatchUpdateRouteValues property. |