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

More...

Inheritance diagram for Bexel.Api.Scheduling.IAggregatedElementProgressValueProvider:
Bexel.Api.IAggregatedElementValueProvider Bexel.Api.Scheduling.TaskCost

Properties

IAggregatedElementValueProvider Actual [get]
 Returns the aggregated value of work that is already performed on the elements. More...
 
IAggregatedElementValueProvider Remaining [get]
 Returns the aggregated value of work that is not yet performed on the elements. 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.IAggregatedElementProgressValueProvider.Actual
get

Returns the aggregated value of work that is already performed on the elements.

◆ Remaining

IAggregatedElementValueProvider Bexel.Api.Scheduling.IAggregatedElementProgressValueProvider.Remaining
get

Returns the aggregated value of work that is not yet performed on the elements.