ProjectTimesheetLinesDataSet.ActualsDataTable.AddActualsRow-Methode (ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow, DateTime, DateTime, String, Decimal, Decimal, Decimal, Decimal, Decimal)
Dieses Mitglied ist der internen Verwendung vorbehalten und kann nicht direkt in Ihrem Code verwendet werden.
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
)
Parameter
- parentProjectTimesheetLinesRowByLines_Actuals
Typ: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.ProjectTimesheetLinesRow
- TS_ACT_START_DATE
Typ: System.DateTime
- TS_ACT_FINISH_DATE
Typ: System.DateTime
- TS_ACT_COMMENT
Typ: System.String
- TS_ACT_PLAN_VALUE
Typ: System.Decimal
- TS_ACT_VALUE
Typ: System.Decimal
- TS_ACT_OVT_VALUE
Typ: System.Decimal
- TS_ACT_NON_BILLABLE_VALUE
Typ: System.Decimal
- TS_ACT_NON_BILLABLE_OVT_VALUE
Typ: System.Decimal
Rückgabewert
Typ: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.ActualsRow
Siehe auch
Referenz
ProjectTimesheetLinesDataSet.ActualsDataTable Klasse