PublicAPI.Projects.Budgets.BudgetBudgetsELMA API Documentation
Version project budget
Access path: PublicAPI.Projects.Budgets.BudgetBudgets
Methods

  NameDescription
Public methodApprove(ProjectBudgetApprovalTask)
Approve project budget
Public methodApprove(ProjectBudgetApprovalTask, CommentActionModel)
Approve project budget
Public methodApprove(ProjectBudgetApprovalTask, String)
Approve project budget
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(Project)
Create a project budget
Public methodCreate(Project, Action IBudget )
Public methodCreateFrom(Budget)
Clone and save the budget from the selected one
Public methodCreateFrom(Budget, Project)
Clone and save the budget from the selected one
Public methodCreateFrom(Budget, Boolean)
Clone and save the budget from the selected one
Public methodCreateFrom(Budget, Boolean, Project)
Clone and save the budget from the selected one
Public methodCreateFrom(Budget, Boolean, Project, Action IBudget )
Public methodDelete
Delete the object
Public methodFilter
Creates an assistant for working with the "Project Budget" 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 methodGetCurrentBudget
Get the current budget version. Returns null, if there isn't one
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 methodPublish
Publish project budget draft
Public methodRefresh
Refresh (read over) Object from Database
Public methodRefuse(ProjectBudgetApprovalTask)
Reject project budget
Public methodRefuse(ProjectBudgetApprovalTask, CommentActionModel)
Reject project budget
Public methodRefuse(ProjectBudgetApprovalTask, String)
Reject project budget
Public methodSave
Save Object to Database
Public methodSendToApprove(User, Budget, DateTime, DateTime)
Send the budget for approval
Public methodSendToApprove(User, Budget, DateTime, DateTime, String)
Send the budget for approval
Back to Top
Properties

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

Section containing methods for managing the version project budget
See Also