Bexel Manager API Documentation
|
Represents a group (collection) of Bexel.Api.Cost.CostAssignments and Bexel.Api.Cost.CostAssignmentGroups within the Bexel.Api.Cost.CostVersion. More...
Public Member Functions | |
bool | Equals (CostVersion other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (CostVersion left, CostVersion right) |
static bool | operator!= (CostVersion left, CostVersion right) |
Properties | |
CostVersionID | ID [get] |
Returns a unique identifier for the cost version within a single project. More... | |
override bool | IsValid [get] |
Project | Project [get] |
Returns the project in which the cost version resides. More... | |
string | Name [get] |
Returns the name of the cost version. More... | |
IAggregatedElementValueProvider | Cost [get] |
Returns the cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | MaterialCost [get] |
Returns the material cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | MaterialSupplementCost [get] |
Returns the material supplement cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | LaborCost [get] |
Returns the labor cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | LaborSupplementCost [get] |
Returns the labor supplement cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | EquipmentCost [get] |
Returns the equipment cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | EquipmentSupplementCost [get] |
Returns the equipment supplement cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | OtherCost [get] |
Returns the other cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IAggregatedElementValueProvider | SubcontractorCost [get] |
Returns the subcontractor cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
CostVersionCostAssignmentGroups | Groups [get] |
Returns a collection of all Bexel.Api.Cost.CostAssignmentGroups that are contained within the cost version. More... | |
IEnumerable< CostAssignment > | Assignments [get] |
Returns a collection of all Bexel.Api.Cost.CostAssignments that are contained within the cost version. More... | |
IEnumerable< Element > | Elements [get] |
Returns a collection of all elements that are contained within the cost version. More... | |
Properties inherited from Bexel.Api.ApiObject | |
abstract bool | IsValid [get] |
Indicates if the API object is valid or not. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Bexel.Api.ApiObject | |
virtual void | CheckValidity () |
Represents a group (collection) of Bexel.Api.Cost.CostAssignments and Bexel.Api.Cost.CostAssignmentGroups within the Bexel.Api.Cost.CostVersion.
|
get |
Returns a collection of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns the cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns a collection of all elements that are contained within the cost version.
|
get |
Returns the equipment cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns the equipment supplement cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns a collection of all Bexel.Api.Cost.CostAssignmentGroups that are contained within the cost version.
|
get |
Returns a unique identifier for the cost version within a single project.
|
get |
Returns the labor cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns the labor supplement cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns the material cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns the material supplement cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns the name of the cost version.
|
get |
Returns the other cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.
|
get |
Returns the project in which the cost version resides.
|
get |
Returns the subcontractor cost of all Bexel.Api.Cost.CostAssignments that are contained within the cost version.