Bexel Manager API Documentation
|
Represents cost estimation assigned to a group of elements based on calculated quantities. More...
Public Member Functions | |
bool | Equals (CostAssignment other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (CostAssignment left, CostAssignment right) |
static bool | operator!= (CostAssignment left, CostAssignment right) |
Properties | |
override bool | IsValid [get] |
CostVersion | CostVersion [get] |
Returns the cost version in which the cost assignment resides. More... | |
CostAssignmentGroup | Group [get] |
Returns the cost assignment group in which the cost assignment resides. More... | |
string | Code [get] |
Returns the code of the cost assignment. More... | |
string | Name [get] |
Returns the name of the cost assignment. More... | |
string | Description [get] |
Returns the description of the cost assignment. More... | |
IEnumerable< Element > | Elements [get] |
Returns a collection of all elements that are contained within the cost assignment. More... | |
IAggregatedElementQuantityProvider | Quantity [get] |
Returns the quantity of the cost assignment. More... | |
IAggregatedElementCostProvider | Cost [get] |
Returns the cost of the cost assignment. More... | |
IAggregatedElementValueProvider | MaterialCost [get] |
Returns the material cost of the cost assignment. More... | |
IAggregatedElementValueProvider | MaterialSupplementCost [get] |
Returns the material supplement cost of the cost assignment. More... | |
IAggregatedElementValueProvider | LaborCost [get] |
Returns the labor cost of the cost assignment. More... | |
IAggregatedElementValueProvider | LaborSupplementCost [get] |
Returns the labor supplement cost of the cost assignment. More... | |
IAggregatedElementValueProvider | EquipmentCost [get] |
Returns the equipment cost of the cost assignment. More... | |
IAggregatedElementValueProvider | EquipmentSupplementCost [get] |
Returns the equipment supplement cost of the cost assignment. More... | |
IAggregatedElementValueProvider | OtherCost [get] |
Returns the other cost of the cost assignment. More... | |
IAggregatedElementValueProvider | SubcontractorCost [get] |
Returns the subcontractor cost of the cost assignment. More... | |
IEnumerable< CostAssignmentResource > | Resources [get] |
Returns a collection of all Bexel.Api.Cost.CostAssignmentResources that are contained within the cost assignment. 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 cost estimation assigned to a group of elements based on calculated quantities.
|
get |
Returns the code of the cost assignment.
|
get |
Returns the cost of the cost assignment.
|
get |
Returns the cost version in which the cost assignment resides.
|
get |
Returns the description of the cost assignment.
|
get |
Returns a collection of all elements that are contained within the cost assignment.
|
get |
Returns the equipment cost of the cost assignment.
|
get |
Returns the equipment supplement cost of the cost assignment.
|
get |
Returns the cost assignment group in which the cost assignment resides.
|
get |
Returns the labor cost of the cost assignment.
|
get |
Returns the labor supplement cost of the cost assignment.
|
get |
Returns the material cost of the cost assignment.
|
get |
Returns the material supplement cost of the cost assignment.
|
get |
Returns the name of the cost assignment.
|
get |
Returns the other cost of the cost assignment.
|
get |
Returns the quantity of the cost assignment.
|
get |
Returns a collection of all Bexel.Api.Cost.CostAssignmentResources that are contained within the cost assignment.
|
get |
Returns the subcontractor cost of the cost assignment.