PublicAPI.Projects.Stage.IsDirty ELMA API Documentation
Check, if there are unsaved changes in the object
 
 
Syntax

public bool IsDirty(
	ProjectLifeCycleStage obj
)

Parameters

obj
Type: ProjectLifeCycleStage
System Object. Object. Access path: PublicAPI.Projects.ProjectLifeCycleStage

Return Value

Type: Boolean
true, if there are changes
See Also