Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Contains constants and read-only properties for validation and calculation of various project field values.
The ValidationConst type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ValidationConst | Instantiates a ValidationConst object. |
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_ASSN_NOTES_LEN | Value = 4095. The maximum number of characters in an assignment note. |
![]() ![]() |
MAX_EPT_DESC_FIELD_DESC_LEN | Value = 512. The maximum number of characters in an enterprise project type description field. |
![]() ![]() |
MAX_FIELD_DESC_LEN | Value = 1000. The maximum number of characters in a field description. |
![]() ![]() |
MAX_FIELD_NAME_LEN | Value = 255. The maximum number of characters in a field name. |
![]() ![]() |
MAX_PDP_FIELD_DESC_LEN | Value = 4000. The maximum number of characters in a project detail page field description. |
![]() ![]() |
MaxProjectCost | Value = 99999999999999 (one unit less than 100,000,000,000,000 cost units). The maximum project cost. |
![]() ![]() |
MaxProjectDate | Value = Saturday, January 01, 2050, 11:59:54 PM. The maximum project date. |
![]() ![]() |
MaxProjectDuration | Value = 346896000 tenths of minutes, or 66 years. The maximum project duration, of type Double. |
![]() ![]() |
MaxProjectUnits | Value = 100000000. The maximum project units. |
![]() ![]() |
MaxProjectWork | Value = 99999999999999. The maximum project work. |
![]() ![]() |
MinProjectCost | Value = -99999999999999 (one unit more than -100,000,000,000,000 cost units). The minimum project cost. |
![]() ![]() |
MinProjectDate | Value = Sunday, January 01, 1984, 12:00:00 AM. The minimum project date. |
![]() ![]() |
MinProjectDuration | Value = 0. The minimum project duration. |
![]() ![]() |
MinProjectUnits | Value = 0. The minimum project units. |
![]() ![]() |
MinProjectWork | Value = 0. The minimum project work. |
![]() ![]() |
s_bad_work | Value = -0.000001. Indicates that the work calculation is incorrect. |
![]() ![]() |
s_cal_units_per_hour | Value = 600. The number of units that are calculated per hour. |
![]() ![]() |
s_cal_units_per_minute | Value = 10. The number of units that are calculated per minute. |
![]() ![]() |
s_cost_multiplier | Value = 100. The multiplier for cost units. |
![]() ![]() |
s_dur_multiplier | Value = 10. The multiplier for duration, which is measured in tenths of a minute. |
![]() ![]() |
s_max_day | Value = 24107. The maximum number of days after the Julian date of the minimum project date. |
![]() ![]() |
s_max_duration_long | Value = 346896000 tenths of minutes, or 66 years. The maximum project duration, of type Long. |
![]() ![]() |
s_max_units | Value = 100000000. The maximum project units. |
![]() ![]() |
s_max_work | Value = 99999999999999. The maximum project work. |
![]() ![]() |
s_proj_dur_to_rel_dur | Value = 60000000. The conversion factor for project duration to relative duration, which is the same as s_ticks_per_proj_dur. |
![]() ![]() |
s_ticks_per_proj_dur | Value = 60000000. The number of ticks in one project duration unit (1/10 minute). |
![]() ![]() |
s_uninited_units | Value = 9999. The validation constant for an uninitialized unit. |
![]() ![]() |
s_units_multiplier | Value = 10000. The multiplier for an initialized unit. |
![]() ![]() |
s_work_multiplier | Value = 1000. The multiplier for a unit of work. |
![]() ![]() |
s_work_scaling_factor | Value = 100. The scaling factor for a unit of work. |
![]() ![]() |
s_workcost_multiplier | Value = 0.00166666666666667. The multiplier for the cost of a unit of work. |
Top