ProjectTimesheetLinesDataSet.ActualsDataTable.AddActualsRow method (ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow, DateTime, DateTime, String, Decimal, Decimal, Decimal, Decimal, Decimal)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddActualsRow ( _
parentProjectTimesheetLinesRowByLines_Actuals As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow, _
TS_ACT_START_DATE As DateTime, _
TS_ACT_FINISH_DATE As DateTime, _
TS_ACT_COMMENT As String, _
TS_ACT_PLAN_VALUE As Decimal, _
TS_ACT_VALUE As Decimal, _
TS_ACT_OVT_VALUE As Decimal, _
TS_ACT_NON_BILLABLE_VALUE As Decimal, _
TS_ACT_NON_BILLABLE_OVT_VALUE As Decimal _
) As ProjectTimesheetLinesDataSet.ActualsRow
'Usage
Dim instance As ProjectTimesheetLinesDataSet.ActualsDataTable
Dim parentProjectTimesheetLinesRowByLines_Actuals As ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
Dim TS_ACT_START_DATE As DateTime
Dim TS_ACT_FINISH_DATE As DateTime
Dim TS_ACT_COMMENT As String
Dim TS_ACT_PLAN_VALUE As Decimal
Dim TS_ACT_VALUE As Decimal
Dim TS_ACT_OVT_VALUE As Decimal
Dim TS_ACT_NON_BILLABLE_VALUE As Decimal
Dim TS_ACT_NON_BILLABLE_OVT_VALUE As Decimal
Dim returnValue As ProjectTimesheetLinesDataSet.ActualsRow
returnValue = instance.AddActualsRow(parentProjectTimesheetLinesRowByLines_Actuals, _
TS_ACT_START_DATE, TS_ACT_FINISH_DATE, _
TS_ACT_COMMENT, TS_ACT_PLAN_VALUE, _
TS_ACT_VALUE, TS_ACT_OVT_VALUE, _
TS_ACT_NON_BILLABLE_VALUE, TS_ACT_NON_BILLABLE_OVT_VALUE)
public ProjectTimesheetLinesDataSet.ActualsRow AddActualsRow(
ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow parentProjectTimesheetLinesRowByLines_Actuals,
DateTime TS_ACT_START_DATE,
DateTime TS_ACT_FINISH_DATE,
string TS_ACT_COMMENT,
decimal TS_ACT_PLAN_VALUE,
decimal TS_ACT_VALUE,
decimal TS_ACT_OVT_VALUE,
decimal TS_ACT_NON_BILLABLE_VALUE,
decimal TS_ACT_NON_BILLABLE_OVT_VALUE
)
Parameters
- parentProjectTimesheetLinesRowByLines_Actuals
Type: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
- TS_ACT_START_DATE
Type: System.DateTime
- TS_ACT_FINISH_DATE
Type: System.DateTime
- TS_ACT_COMMENT
Type: System.String
- TS_ACT_PLAN_VALUE
Type: System.Decimal
- TS_ACT_VALUE
Type: System.Decimal
- TS_ACT_OVT_VALUE
Type: System.Decimal
- TS_ACT_NON_BILLABLE_VALUE
Type: System.Decimal
- TS_ACT_NON_BILLABLE_OVT_VALUE
Type: System.Decimal
Return value
Type: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.ActualsRow
See also
Reference
ProjectTimesheetLinesDataSet.ActualsDataTable class