Bexel Manager API Documentation
|
Represents cost and time estimation assigned to a group of elements based on calculated quantities. More...
Properties | |
Task | Task [get] |
Returns the task to which the task activity belongs. More... | |
string | Code [get] |
Returns the code of the task activity. More... | |
string | Name [get] |
Returns the name of the task activity. More... | |
IAggregatedElementProgressQuantityProvider | Quantity [get] |
Returns the quantity of the task activity. More... | |
IAggregatedElementProgressCostProvider | Cost [get] |
Returns the cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | MaterialCost [get] |
Returns the material cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | MaterialSupplementCost [get] |
Returns the material supplement cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | LaborCost [get] |
Returns the labor cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | LaborSupplementCost [get] |
Returns the labor supplement cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | EquipmentCost [get] |
Returns the equipment cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | EquipmentSupplementCost [get] |
Returns the equipment supplement cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | OtherCost [get] |
Returns the other cost of the task activity. More... | |
IAggregatedElementProgressValueProvider | SubcontractorCost [get] |
Returns the subcontractor cost of the task activity. More... | |
IEnumerable< ScheduleResource > | Resources [get] |
Returns a collection of all Bexel.Api.Scheduling.ScheduleResources that are contained within the task activity. More... | |
TaskActivityElements | Elements [get] |
Returns a collection of all elements that are contained within the task activity. More... | |
CostAssignmentGroup | AssignmentGroup [get] |
Returns the in which the task activity's cost assignment resides. More... | |
CostAssignment | Assignment [get] |
Returns the CostAssignment from which the task activity originates. More... | |
Represents cost and time estimation assigned to a group of elements based on calculated quantities.
|
get |
Returns the CostAssignment from which the task activity originates.
|
get |
|
get |
Returns the code of the task activity.
|
get |
Returns the cost of the task activity.
|
get |
Returns a collection of all elements that are contained within the task activity.
|
get |
Returns the equipment cost of the task activity.
|
get |
Returns the equipment supplement cost of the task activity.
|
get |
Returns the labor cost of the task activity.
|
get |
Returns the labor supplement cost of the task activity.
|
get |
Returns the material cost of the task activity.
|
get |
Returns the material supplement cost of the task activity.
|
get |
Returns the name of the task activity.
|
get |
Returns the other cost of the task activity.
|
get |
Returns the quantity of the task activity.
|
get |
Returns a collection of all Bexel.Api.Scheduling.ScheduleResources that are contained within the task activity.
|
get |
Returns the subcontractor cost of the task activity.
|
get |
Returns the task to which the task activity belongs.