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

More...

Inheritance diagram for Bexel.Api.Scheduling.IAggregatedElementProgressQuantityProvider:
Bexel.Api.IAggregatedElementQuantityProvider Bexel.Api.IAggregatedElementValueProvider

Properties

IAggregatedElementQuantityProvider Actual [get]
 Returns the quantity of work that is already performed on the elements. More...
 
IAggregatedElementQuantityProvider Remaining [get]
 Returns the quantity of work that is not yet performed on the elements. More...
 
- Properties inherited from Bexel.Api.IAggregatedElementQuantityProvider
string TypeName [get]
 Returns the type name of the aggregated element quantity. More...
 
string UnitAbbreviation [get]
 Returns the unit abbreviation of the 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

IAggregatedElementQuantityProvider Bexel.Api.Scheduling.IAggregatedElementProgressQuantityProvider.Actual
get

Returns the quantity of work that is already performed on the elements.

◆ Remaining

IAggregatedElementQuantityProvider Bexel.Api.Scheduling.IAggregatedElementProgressQuantityProvider.Remaining
get

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