PublicAPI.Processes.WorkflowTaskBase.IsNew ELMA API Documentation
Check, if the entity is new (not saved in Database)
 
 
Syntax

public bool IsNew(
	TaskBase obj
)

Parameters

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

Return Value

Type: Boolean
True, if new
See Also