Bexel Manager API Documentation
Bexel.Api.Cost Namespace Reference

Classes

class  CostAssignment
 Represents cost estimation assigned to a group of elements based on calculated quantities. More...
 
class  CostAssignmentCost
 
class  CostAssignmentElements
 
class  CostAssignmentEquipmentCost
 
class  CostAssignmentEquipmentSupplementCost
 
class  CostAssignmentGroup
 Represents a group (collection) of Bexel.Api.Cost.CostAssignments. More...
 
class  CostAssignmentGroupClassificationItem
 
class  CostAssignmentGroupCostVersion
 
class  CostAssignmentLaborCost
 
class  CostAssignmentLaborSupplementCost
 
class  CostAssignmentMaterialCost
 
class  CostAssignmentMaterialSupplementCost
 
class  CostAssignmentOtherCost
 
class  CostAssignmentQuantity
 
class  CostAssignmentResource
 Represents material, labor or equipment utilized to perform work on cost assignment's elements. The amount of work is dependant on the quantity of cost assignment. More...
 
class  CostAssignmentResourceCost
 
class  CostAssignmentResourceQuantity
 
class  CostAssignmentResources
 
class  CostAssignmentSubcontractorCost
 
class  CostVersion
 Represents a group (collection) of Bexel.Api.Cost.CostAssignments and Bexel.Api.Cost.CostAssignmentGroups within the Bexel.Api.Cost.CostVersion. More...
 
class  CostVersionChangedEventArgs
 Represents the event arguments passed when cost version is modified. More...
 
class  CostVersionCost
 
class  CostVersionCostAssignmentGroups
 Represents a collection of Bexel.Api.Cost.CostAssignmentGroups within the Bexel.Api.Cost.CostVersion. More...
 
class  CostVersionCostAssignments
 
class  CostVersionEquipmentCost
 
class  CostVersionEquipmentSupplementCost
 
class  CostVersionID
 A unique identification for a Bexel.Api.Cost.CostVersion within a single Bexel.Api.Project. More...
 
class  CostVersionLaborCost
 
class  CostVersionLaborSupplementCost
 
class  CostVersionMaterialCost
 
class  CostVersionMaterialSupplementCost
 
class  CostVersionOtherCost
 
class  CostVersions
 Represents a read-only collection of cost versions within the Bexel.Api.Project. More...
 
class  CostVersionsMonitor
 
class  CostVersionSubcontractorCost
 

Enumerations

enum  CostVersionChangeType { CostVersionChangeType.Added = 0, CostVersionChangeType.Removed, CostVersionChangeType.Updated }
 Represents the type of cost version change. More...
 

Enumeration Type Documentation

◆ CostVersionChangeType

Represents the type of cost version change.

Enumerator
Added 

Cost version added.

Removed 

Cost version removed.

Updated 

Cost version updated.