Reporting Members
Include Protected Members
Include Inherited Members
Provides constant values that are used by the Report Data Service.
The Reporting type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Reporting | Creates an instance of the Reporting 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 | |
---|---|---|
const_NoClassTimesheetUID | Represents the class GUID for the assignments that do not originate from the working administrative timesheet lines. | |
const_ProjectTimesheetAdminSummaryTaskUID | Represents the class GUID for a summary task assignment that originates from working administrative timesheet lines. | |
const_ProjectTimesheetAdminUID | Represents the class GUID for the assignments that originate from the working administrative timesheet lines. | |
Cost | Represents a scaling constant that is used to convert a project cost from the internal format of the Published database to the user-friendly format of the Reporting database. | |
Duration | Represents a scaling constant that is used to convert task duration time from the internal format of the Published database to the user-friendly format of the Reporting database. | |
strCost | Represents a string version of the Cost scaling constant. | |
strDuration | Represents a string version of the Duration scaling constant. | |
strUnits | Represents a string version of the Units scaling constant. | |
strWork | Represents a string version of the Work scaling constant. | |
TimesheetEntityUID | Represents the GUID that identifies a timesheet entity in the Reporting database. | |
Units | Represents a scaling constant that is used to convert task resources allocation percentages from the internal format of the Published database to the user-friendly format of the Reporting database. | |
Work | Represents a scaling constant that is used to convert task work hours from the internal format of the Published database to the user-friendly format of the Reporting database. |
Top