TimesheetDataSet.ActualsDataTable.AddActualsRow 方法 (TimesheetDataSet.LinesRow, DateTime, DateTime, String, Decimal, Decimal, Decimal, Decimal, Decimal)
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
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
用法
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
)
参数
- parentLinesRowByLines_Actuals
类型:WebSvcTimeSheet.TimesheetDataSet.LinesRow
- TS_ACT_START_DATE
类型:System.DateTime
- TS_ACT_FINISH_DATE
类型:System.DateTime
- TS_ACT_COMMENT
类型:System.String
- TS_ACT_PLAN_VALUE
类型:System.Decimal
- TS_ACT_VALUE
类型:System.Decimal
- TS_ACT_OVT_VALUE
类型:System.Decimal
- TS_ACT_NON_BILLABLE_VALUE
类型:System.Decimal
- TS_ACT_NON_BILLABLE_OVT_VALUE
类型:System.Decimal
返回值
类型:WebSvcTimeSheet.TimesheetDataSet.ActualsRow
另请参阅
引用
TimesheetDataSet.ActualsDataTable 类