ImportTimesheetDataSet.LinesRow 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
Public property ASSN_ACT_WORK Gets or sets the total amount of actual work in an assignment in Statusing.
Public property ASSN_PCT_WORK_COMPLETE Gets or sets the percentage of work completed in a task in Statusing.
Public property ASSN_UID Gets the assignment GUID that the timesheet line references.
Public property ASSN_WORK Get or sets the total amount of planned work in an assignment in Statusing.
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 PROJ_NAME Get or sets the project name.
Public property PROJ_UID Get or sets the project GUID.
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Table (Inherited from DataRow.)
Public property TASK_NAME Gets or sets the task name.
Public property TS_LINE_ACT_SUM_VALUE Gets the total amount of actual work that is reported in a timesheet line.
Public property TS_LINE_CLASS_NAME Gets or sets the name of the class of the timesheet line.
Public property TS_LINE_CLASS_UID Gets or sets the GUID of the class of the timesheet line.
Public property TS_LINE_COMMENT Gets or sets the user-entered comment in a timesheet line.
Public property TS_LINE_UID Gets or sets the timesheet line GUID.

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 IsASSN_ACT_WORKNull Determines whether the ASSN_ACT_WORK property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsASSN_PCT_WORK_COMPLETENull Determines whether the ASSN_PCT_WORK_COMPLETE property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsASSN_WORKNull Determines whether the ASSN_WORK property is set to a a null reference (Nothing in Visual Basic) value.
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 IsPROJ_NAMENull Determines whether the PROJ_NAME property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsTASK_NAMENull Determines whether the TASK_NAME property is set to a a null reference (Nothing in Visual Basic) value.
Public method 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.
Public method IsTS_LINE_CLASS_NAMENull Determines whether the TS_LINE_CLASS_NAME property is set to a a null reference (Nothing in Visual Basic) value.
Public method IsTS_LINE_COMMENTNull Determines whether the TS_LINE_COMMENT property is set to a a null reference (Nothing in Visual Basic) value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetASSN_ACT_WORKNull Sets the ASSN_ACT_WORK property to a a null reference (Nothing in Visual Basic) value.
Public method SetASSN_PCT_WORK_COMPLETENull Sets the ASSN_PCT_WORK_COMPLETE property to a a null reference (Nothing in Visual Basic) value.
Public method SetASSN_WORKNull Sets the ASSN_WORK property to a a null reference (Nothing in Visual Basic) value.
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 SetPROJ_NAMENull Sets the PROJ_NAME property to a a null reference (Nothing in Visual Basic) value.
Public method SetTASK_NAMENull Sets the TASK_NAME property to a a null reference (Nothing in Visual Basic) value.
Public method SetTS_LINE_ACT_SUM_VALUENull Sets the TS_LINE_ACT_SUM_VALUE property to a a null reference (Nothing in Visual Basic) value.
Public method SetTS_LINE_CLASS_NAMENull Sets the TS_LINE_CLASS_NAME property to a a null reference (Nothing in Visual Basic) value.
Public method SetTS_LINE_COMMENTNull Sets the TS_LINE_COMMENT property to a a null reference (Nothing in Visual Basic) value.
Public method ToString (Inherited from Object.)

Top

See also

Reference

ImportTimesheetDataSet.LinesRow class

WebSvcStatusing namespace