PublicAPI.Projects.Budget.BudgetExpenseELMA API Documentation
Expense
Access path: PublicAPI.Projects.Budget.BudgetExpense
Methods

  NameDescription
Public methodCount 
Returns the total number of objects of this type
Public methodCount(IEntityFilter)
Get Total Number of Objects by Filter
Public methodCreate 
Create New Entity (without a Database entry)
Public methodCreate(Folder, String)Obsolete.
Create a document of a certain type. Creates an object without saving to the database
Public methodCreate(Project, String)
Create a project expense document. Creates an object, without saving in the database
Public methodCreate(BinaryFile, Folder, String)Obsolete.
Create a document of a certain type
Public methodCreate(BinaryFile, Project, String)
Create a project expense document. Creates an object, without saving in the database
Public methodCreateItem(Budget, BudgetExpenseItemRef, String, Double)
Create budget expense item. Creates an object without saving it to databse
Public methodCreateItem(Budget, BudgetExpenseItemRef, String, Double, String)
Create budget expense item. Creates an object without saving it to databse
Public methodCreateItem(Budget, ProjectPhase, BudgetExpenseItemRef, String, Double, String)
Create budget expense item
Public methodCreateRef(String)Obsolete.
Create budget expense item
Public methodCreateRef(String, String)Obsolete.
Create budget expense item
Public methodDelete
Delete Entity from Database
Public methodFilter
Creates an assistant for working with the "Project Expenses" object filter
Public methodFind(FetchOptions)
Find objects according to fetch options
Public methodFind(String)
Find objects according to the filter in the EQL language
Public methodFind(IEntityFilter, FetchOptions)
Fing objects according to fetch options and filter
Public methodFindByIdArray
Find All Objects by Array IDs
Public methodIsDirty
Check, if there are unsaved changes in the object
Public methodIsNew
Check, if the object is new (not saved in the database)
Public methodLoad(Guid)
Load by UID. If not found, an exception is invoked
Public methodLoad(Int64)
Load by ID. If not found, an exception is invoked
Public methodLoadOrCreate(Guid)
Load by ID. If not found, the new object is returned
Public methodLoadOrCreate(Int64)
Load by ID. If not found, the new object is returned
Public methodLoadOrNull(Guid)
Load by UID. If not found, null is returned
Public methodLoadOrNull(Int64)
Load by ID. If not found, null is returned
Public methodRefresh
Refresh (read over) Object from Database
Public methodSave
Save the document.
Back to Top
Properties

  NameDescription
Public propertyTypeUid
Returns the unique object identifier "Project Expenses"
Back to Top
Remarks

Section containing methods for managing expenses
See Also