Assignment members
Provides constants for use with the cost assignments of project resources.
The Assignment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Assignment | Creates an instance of the Assignment class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
MAX_COST_RATETABLE | Contains the maximum number of cost rate tables that are allowed in one project. | |
MIN_COST_RATETABLE | Contains the minimum number of cost rate tables that are allowed for one project. | |
OneHourOfWork | Provides a value that represents one hour of work that is numerically formatted for storage in a resource assignment database row. |
Top