TimesheetDataSet.ActionsRow members
Represents an action performed on the timesheet that is pointed to by the HeadersRow property.
The TimesheetDataSet.ActionsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
HeadersRow | Retrieves the TimesheetDataSet.HeadersRow object to which this action applies. | |
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.) | |
RES_UID | Specifies the enterprise resource unique identifier of the resource who performed the action. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TS_ACTION_CACHED_RES_NAME | Specifies the dereferenced RES_NAME property for the RES_UID property. | |
TS_ACTION_COMMENT | Contains any text comment that is in reference to the current action. | |
TS_ACTION_DATE | Specifies the date and time of the action. | |
TS_ACTION_ENUM | Specifies the Action type for this action. | |
TS_ACTION_IS_HISTORY | Indicates whether this is the current action that is applied to this timesheet. | |
TS_ACTION_LEVEL | Specifies the TimesheetEnum.Status type that results from this action. | |
TS_ACTION_UID | Specifies the unique identifier for this row. | |
TS_UID | Specifies the TS_UID property of the timesheet to which this action applies. |
Top
Methods
Top