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

public bool IsDirty(
	BudgetVersionExpenseItem obj
)

Parameters

obj
Type: BudgetVersionExpenseItem
System Object. Object. Access path: PublicAPI.Projects.Budgets.BudgetVersionExpenseItem

Return Value

Type: Boolean
true, if there are changes
See Also