Skip to main content
All docs
V19.2

GanttExtension.GetBatchUpdateResult Method

Name Parameters Description
GetBatchUpdateResult<TTask, TTaskKey>(MVCxGanttTaskUpdateValues<TTask, TTaskKey>) static taskUpdateValues Returns the specified result to the client side after a callback is processed in an action specified by the BatchUpdateRouteValues property.
GetBatchUpdateResult<TTask, TTaskKey, TDependency, TDependencyKey>(MVCxGanttTaskUpdateValues<TTask, TTaskKey>, MVCxGanttDependencyUpdateValues<TDependency, TDependencyKey>) static taskUpdateValues, dependencyUpdateValues Returns the specified result to the client side after a callback is processed in an action specified by the BatchUpdateRouteValues property.
GetBatchUpdateResult<TTask, TTaskKey, TDependency, TDependencyKey, TResource, TResourceKey, TResourceAssignment, TResourceAssignmentKey>(MVCxGanttTaskUpdateValues<TTask, TTaskKey>, MVCxGanttDependencyUpdateValues<TDependency, TDependencyKey>, MVCxGanttResourceUpdateValues<TResource, TResourceKey>, MVCxGanttResourceAssignmentUpdateValues<TResourceAssignment, TResourceAssignmentKey>) static taskUpdateValues, dependencyUpdateValues, resourceUpdateValues, resourceAssignmentUpdateValues Returns the specified result to the client side after a callback is processed in an action specified by the BatchUpdateRouteValues property.