Поделиться через


TimesheetDataSet.AuditsRow Members

Include Protected Members
Include Inherited 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
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property LinesRow Returns the TimesheetDataSet.LinesRow object to which this audit applies.
Public property RES_UID Specifies the resource unique identifier of the enterprise resource that performed the action.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Table (Inherited from DataRow.)
Public property TS_ACT_AUD_CACHED_RES_NAME Specifies the cached RES_NAME property that corresponds to the RES_UID property.
Public property TS_ACT_AUD_DELTA_VALUE Specifies the change in actual cost that results from this audit action.
Public property TS_ACT_AUD_IS_PROCESSED Indicates whether this audit has been processed.
Public property TS_ACT_AUD_NONBILL_DELTA_VALUE Specifies the change in actual nonbilled cost that results from this audit action.
Public property TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE Specifies the change in actual nonbilled overtime cost that results from this audit action.
Public property TS_ACT_AUD_OPERATION_ENUM Specifies the TimesheetEnum.AuditOperationType type for this audit action.
Public property TS_ACT_AUD_OVT_DELTA_VALUE Specifies the change in actual overtime cost that results from this audit action.
Public property TS_ACT_AUD_PLAN_DELTA_VALUE Gets or sets the change in value for the planned actual work on the timesheet line.
Public property TS_ACT_AUD_RES_ROLE Specifies the TimesheetEnum.AuditResType type that the enterprise resource played in this audit action.
Public property TS_ACT_AUD_SEQUENCE Represents the order in which this audit operation was applied within this Project Server installation.
Public property TS_ACT_AUD_UID Specifies the unique identifier for this row.
Public property TS_ACT_FINISH_DATE Specifies the actual finish date that results from this audit action.
Public property TS_ACT_START_DATE Specifies the actual start date that results from this audit action.
Public property TS_LINE_UID Specifies the unique identifier of the TimesheetDataSet.LinesRow object to which this audit applies.

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsTS_ACT_AUD_CACHED_RES_NAMENull Determines whether the TS_ACT_AUD_CACHED_RES_NAME property is set to a null value.
Public method IsTS_ACT_AUD_DELTA_VALUENull Determines whether the TS_ACT_AUD_DELTA_VALUE property is set to a null value.
Public method IsTS_ACT_AUD_IS_PROCESSEDNull Determines whether the TS_ACT_AUD_IS_PROCESSED property is set to a null value.
Public method IsTS_ACT_AUD_NONBILL_DELTA_VALUENull Determines whether the TS_ACT_AUD_NONBILL_DELTA_VALUE property is set to a null value.
Public method IsTS_ACT_AUD_NONBILL_OVT_DELTA_VALUENull Determines whether the TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE property is set to a null value.
Public method IsTS_ACT_AUD_OVT_DELTA_VALUENull Determines whether the TS_ACT_AUD_OVT_DELTA_VALUE property is set to a null value.
Public method IsTS_ACT_AUD_PLAN_DELTA_VALUENull Determines whether the TS_ACT_AUD_PLAN_DELTA_VALUE property is set to a null value.
Public method IsTS_ACT_AUD_SEQUENCENull Determines whether the TS_ACT_AUD_SEQUENCE property is set to a null value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetTS_ACT_AUD_CACHED_RES_NAMENull Sets the TS_ACT_AUD_CACHED_RES_NAME property to a null value.
Public method SetTS_ACT_AUD_DELTA_VALUENull Sets the TS_ACT_AUD_DELTA_VALUE property to a null value.
Public method SetTS_ACT_AUD_IS_PROCESSEDNull Sets the TS_ACT_AUD_IS_PROCESSED property to a null value.
Public method SetTS_ACT_AUD_NONBILL_DELTA_VALUENull Sets the TS_ACT_AUD_NONBILL_DELTA_VALUE property to a null value.
Public method SetTS_ACT_AUD_NONBILL_OVT_DELTA_VALUENull Sets the TS_ACT_AUD_NONBILL_OVT_DELTA_VALUE property to a null value.
Public method SetTS_ACT_AUD_OVT_DELTA_VALUENull Sets the TS_ACT_AUD_OVT_DELTA_VALUE property to a null value.
Public method SetTS_ACT_AUD_PLAN_DELTA_VALUENull Sets the TS_ACT_AUD_PLAN_DELTA_VALUE property to a null value.
Public method SetTS_ACT_AUD_SEQUENCENull Sets the TS_ACT_AUD_SEQUENCE property to a null value.
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method GetValue<T> Reserved for internal use. (Defined by PSUtility.)

Top

See Also

Reference

TimesheetDataSet.AuditsRow Class

TimeSheet Web Service