PublicAPI.Projects.Objects.WorkForce.IsNew ELMA API Documentation
Check, if the object is new (not saved in the database)
 
 
Syntax

public bool IsNew(
	WorkForce obj
)

Parameters

obj
Type: WorkForce
System Object. Object. Access path: PublicAPI.Projects.Objects.WorkForce

Return Value

Type: Boolean
true, if new
See Also