TimesheetDataSet.AuditsRow members
Records a TimesheetEnum.AuditOperationType type (Add or Delete) that is applied to a timesheet.
The TimesheetDataSet.AuditsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
LinesRow | Returns the TimesheetDataSet.LinesRow object to which this audit applies. | |
RES_UID | Specifies the resource unique identifier of the enterprise resource that performed the action. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TS_ACT_AUD_CACHED_RES_NAME | Specifies the cached RES_NAME property that corresponds to the RES_UID property. | |
TS_ACT_AUD_DELTA_VALUE | Specifies the change in actual cost that results from this audit action. | |
TS_ACT_AUD_IS_PROCESSED | Indicates whether this audit has been processed. | |
TS_ACT_AUD_NONBILL_DELTA_VALUE | Specifies the change in actual nonbilled cost that results from this audit action. | |
TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE | Specifies the change in actual nonbilled overtime cost that results from this audit action. | |
TS_ACT_AUD_OPERATION_ENUM | Specifies the TimesheetEnum.AuditOperationType type for this audit action. | |
TS_ACT_AUD_OVT_DELTA_VALUE | Specifies the change in actual overtime cost that results from this audit action. | |
TS_ACT_AUD_PLAN_DELTA_VALUE | Gets or sets the change in value for the planned actual work on the timesheet line. | |
TS_ACT_AUD_RES_ROLE | Specifies the TimesheetEnum.AuditResType type that the enterprise resource played in this audit action. | |
TS_ACT_AUD_SEQUENCE | Represents the order in which this audit operation was applied within this Project Server installation. | |
TS_ACT_AUD_UID | Specifies the unique identifier for this row. | |
TS_ACT_FINISH_DATE | Specifies the actual finish date that results from this audit action. | |
TS_ACT_START_DATE | Specifies the actual start date that results from this audit action. | |
TS_LINE_UID | Specifies the unique identifier of the TimesheetDataSet.LinesRow object to which this audit applies. |
Top
Methods
Top