PublicAPI.Processes.WorkflowTaskBase.IsDirty ELMA API Documentation
Check, if there are unsaved changes in the entity
 
 
Syntax

public bool IsDirty(
	TaskBase obj
)

Parameters

obj
Type: TaskBase
Entity. Object. Access path: PublicAPI.Processes.WorkflowTaskBase

Return Value

Type: Boolean
True, if there are
See Also