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

Represents a resource in TotalAgility system. More...

Public Member Functions

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

Properties

DateTime EndDate [get, set]
 Gets or sets the end date. More...
 
double FixedCostRate [get, set]
 Gets or sets the fixed cost rate. More...
 
short ManagerialLevel [get, set]
 Gets or sets the managerial level of the resource, specify a value 1 to 10 to indicate that the resource is a supervisor, or 99 if the resource cannot be a supervisor. More...
 
string Password [get, set]
 Gets or sets the password. More...
 
bool PasswordChanged [get, set]
 Gets or sets a value indicating whether the password has changed. More...
 
DateTime StartDate [get, set]
 Gets or sets the start date. More...
 
short VariableCostPeriod [get, set]
 Gets or sets the variable cost period. More...
 
double VariableCostRate [get, set]
 Gets or sets the variable cost rate. More...
 
CategoryIdentity WorkingCategory [get, set]
 Gets or sets the working category. More...
 
ResourceIdentity WorkingGroup [get, set]
 Gets or sets the supervisor. More...
 

Description

Represents a resource in TotalAgility system.

Constructor & Destructor Documentation

Initializes a new instance of the WorkerResource class.

Property Documentation

DateTime EndDate
getset

Gets or sets the end date.

The end date.

double FixedCostRate
getset

Gets or sets the fixed cost rate.

The fixed cost rate.

short ManagerialLevel
getset

Gets or sets the managerial level of the resource, specify a value 1 to 10 to indicate that the resource is a supervisor, or 99 if the resource cannot be a supervisor.

The managerial level.

string Password
getset

Gets or sets the password.

The password.

bool PasswordChanged
getset

Gets or sets a value indicating whether the password has changed.

Indicates password has changed.

DateTime StartDate
getset

Gets or sets the start date.

The start date.

short VariableCostPeriod
getset

Gets or sets the variable cost period.

The variable cost period.

double VariableCostRate
getset

Gets or sets the variable cost rate.

The variable cost rate.

CategoryIdentity WorkingCategory
getset

Gets or sets the working category.

The working category.

ResourceIdentity WorkingGroup
getset

Gets or sets the supervisor.

The supervisor.