Bexel Manager API Documentation
Bexel.Api.Scheduling.IAggregatedElementProgressCostProvider Interface Reference

More...

Inheritance diagram for Bexel.Api.Scheduling.IAggregatedElementProgressCostProvider:
Bexel.Api.IAggregatedElementCostProvider Bexel.Api.IAggregatedElementValueProvider

Properties

IAggregatedElementValueProvider Actual [get]
 Returns the cost incurred for work already performed on the elements. More...
 
IAggregatedElementValueProvider Remaining [get]
 Returns the cost that will be incurred in completing the remaining work on the elements. More...
 
- Properties inherited from Bexel.Api.IAggregatedElementCostProvider
double UnitCost [get]
 Represents the price for one unit of aggregated element quantity. More...
 

Additional Inherited Members

- Public Member Functions inherited from Bexel.Api.IAggregatedElementValueProvider
double GetValue (IEnumerable< int > internalElementIDs)
 Returns an aggregated value for the specified elements. More...
 

Detailed Description

Property Documentation

◆ Actual

IAggregatedElementValueProvider Bexel.Api.Scheduling.IAggregatedElementProgressCostProvider.Actual
get

Returns the cost incurred for work already performed on the elements.

◆ Remaining

IAggregatedElementValueProvider Bexel.Api.Scheduling.IAggregatedElementProgressCostProvider.Remaining
get

Returns the cost that will be incurred in completing the remaining work on the elements.