BaseTasksControlSaveChangesAndNotifyT Method

Spotfire Automation Services 14.3 API Reference
If IsUpdating is false, performs the model change and calls EditingContext.NotifyUpdate. Use in your event handlers to set the "document dirty" flag.

Namespace:  Spotfire.Dxp.Automation.Framework
Assembly:  Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
protected void SaveChangesAndNotify<T>(
	T model,
	Action<T> action
)
where T : Task

Parameters

model
Type: T
The model to update.
action
Type: SystemActionT
The action to take on the model.

Type Parameters

T
The task type.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference