TimesheetDataSet.StatusingChangeLogRow Members
Include Protected Members
Include Inherited Members
Represents one record of the Statusing data change log for the timesheet single entry mode.
The TimesheetDataSet.StatusingChangeLogRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ENTITY_TYPE | Specifies an assignment or task entity. | |
ENTITY_UID | The GUID of the assignment or task entity. | |
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.) | |
PID | The Project Identifier (PID) of the assignment or task field. | |
PROJ_UID | Specifies the project GUID. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
VALUE | The value of the field that is specified by the Project Identifier (PID). |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top