TimesheetDataSet.ActualsDataTable.AddActualsRow method (TimesheetDataSet.LinesRow, 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 ( _
parentLinesRowByLines_Actuals As TimesheetDataSet.LinesRow, _
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 TimesheetDataSet.ActualsRow
'Usage
Dim instance As TimesheetDataSet.ActualsDataTable
Dim parentLinesRowByLines_Actuals As TimesheetDataSet.LinesRow
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 TimesheetDataSet.ActualsRow
returnValue = instance.AddActualsRow(parentLinesRowByLines_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 TimesheetDataSet.ActualsRow AddActualsRow(
TimesheetDataSet.LinesRow parentLinesRowByLines_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
- parentLinesRowByLines_Actuals
Type: WebSvcTimeSheet.TimesheetDataSet.LinesRow
- 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.TimesheetDataSet.ActualsRow
See also
Reference
TimesheetDataSet.ActualsDataTable class