All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
AvailableResources Class Reference

Represents the resources who doesn't have any task to perform. This also includes the loaned resources. More...

Public Member Functions

 AvailableResources ()
 Initializes a new instance of the AvailableResources class. More...
 

Properties

ResourceAvailabilityCollection AvailableTeamResources [get, set]
 Gets or sets the resources in the supervisor's team that are available to perform the specified activities. More...
 
OnLoanResourceAvailabilityCollection OnLoanResources [get, set]
 Gets or sets the resources on loan to the supervisor's working group that are available to perform the specified activities. More...
 

Description

Represents the resources who doesn't have any task to perform. This also includes the loaned resources.

Constructor & Destructor Documentation

Initializes a new instance of the AvailableResources class.

Property Documentation

ResourceAvailabilityCollection AvailableTeamResources
getset

Gets or sets the resources in the supervisor's team that are available to perform the specified activities.

The Available Team resources.

OnLoanResourceAvailabilityCollection OnLoanResources
getset

Gets or sets the resources on loan to the supervisor's working group that are available to perform the specified activities.

The On Loan resources.