Bexel Manager API Documentation
Bexel.Api.Scheduling.TaskActivityElements Class Reference
Inheritance diagram for Bexel.Api.Scheduling.TaskActivityElements:
IEnumerable

Public Member Functions

IEnumerator< ElementGetEnumerator ()
 
IEnumerable< ElementGetCompletedElements ()
 Retrieves the completed elements according to the activity to which it belongs. More...
 
IEnumerable< ElementGetUncompletedElements ()
 Retrieves the uncompleted elements according to the activity to which it belongs. More...
 

Member Function Documentation

◆ GetCompletedElements()

IEnumerable<Element> Bexel.Api.Scheduling.TaskActivityElements.GetCompletedElements ( )

Retrieves the completed elements according to the activity to which it belongs.

Returns
All completed elements according to the activity to which it belongs.

◆ GetUncompletedElements()

IEnumerable<Element> Bexel.Api.Scheduling.TaskActivityElements.GetUncompletedElements ( )

Retrieves the uncompleted elements according to the activity to which it belongs.

Returns
All uncompleted elements according to the activity to which it belongs.