ImportTimesheetDataSet.LinesRow Members
Include Protected Members
Include Inherited Members
Represents imported timesheet lines information as a row in the ImportTimesheetDataSet.LinesDataTable object.
The ImportTimesheetDataSet.LinesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ASSN_ACT_WORK | Gets or sets the total amount of actual work in an assignment in Statusing. | |
ASSN_PCT_WORK_COMPLETE | Gets or sets the percentage of work completed in a task in Statusing. | |
ASSN_UID | Gets the assignment GUID that the timesheet line references. | |
ASSN_WORK | Get or sets the total amount of planned work in an assignment in Statusing. | |
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.) | |
PROJ_NAME | Get or sets the project name. | |
PROJ_UID | Get or sets the project GUID. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TASK_NAME | Gets or sets the task name. | |
TS_LINE_ACT_SUM_VALUE | Gets the total amount of actual work that is reported in a timesheet line. | |
TS_LINE_CLASS_NAME | Gets or sets the name of the class of the timesheet line. | |
TS_LINE_CLASS_UID | Gets or sets the GUID of the class of the timesheet line. | |
TS_LINE_COMMENT | Gets or sets the user-entered comment in a timesheet line. | |
TS_LINE_UID | Gets or sets the timesheet line GUID. |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsASSN_ACT_WORKNull | Determines whether the ASSN_ACT_WORK property is set to a a null reference (Nothing in Visual Basic) value. | |
IsASSN_PCT_WORK_COMPLETENull | Determines whether the ASSN_PCT_WORK_COMPLETE property is set to a a null reference (Nothing in Visual Basic) value. | |
IsASSN_WORKNull | Determines whether the ASSN_WORK property is set to a a null reference (Nothing in Visual Basic) value. | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
IsPROJ_NAMENull | Determines whether the PROJ_NAME property is set to a a null reference (Nothing in Visual Basic) value. | |
IsTASK_NAMENull | Determines whether the TASK_NAME property is set to a a null reference (Nothing in Visual Basic) value. | |
IsTS_LINE_ACT_SUM_VALUENull | Determines whether the TS_LINE_ACT_SUM_VALUE property is set to a a null reference (Nothing in Visual Basic) value. | |
IsTS_LINE_CLASS_NAMENull | Determines whether the TS_LINE_CLASS_NAME property is set to a a null reference (Nothing in Visual Basic) value. | |
IsTS_LINE_COMMENTNull | Determines whether the TS_LINE_COMMENT property is set to a a null reference (Nothing in Visual Basic) value. | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetASSN_ACT_WORKNull | Sets the ASSN_ACT_WORK property to a a null reference (Nothing in Visual Basic) value. | |
SetASSN_PCT_WORK_COMPLETENull | Sets the ASSN_PCT_WORK_COMPLETE property to a a null reference (Nothing in Visual Basic) value. | |
SetASSN_WORKNull | Sets the ASSN_WORK property to a a null reference (Nothing in Visual Basic) value. | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
SetPROJ_NAMENull | Sets the PROJ_NAME property to a a null reference (Nothing in Visual Basic) value. | |
SetTASK_NAMENull | Sets the TASK_NAME property to a a null reference (Nothing in Visual Basic) value. | |
SetTS_LINE_ACT_SUM_VALUENull | Sets the TS_LINE_ACT_SUM_VALUE property to a a null reference (Nothing in Visual Basic) value. | |
SetTS_LINE_CLASS_NAMENull | Sets the TS_LINE_CLASS_NAME property to a a null reference (Nothing in Visual Basic) value. | |
SetTS_LINE_COMMENTNull | Sets the TS_LINE_COMMENT property to a a null reference (Nothing in Visual Basic) value. | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top