clsImportPlanningbUpdate Method
|
Update an existing planning
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bUpdate(
MPInterface oInterface,
int PlanningJobDaysID,
int PlanningJobDayID,
string NewProjectNumber,
int NewContractID,
int NewPhaseID,
int NewContractPosID,
DateTime NewDateFrom,
DateTime NewDateTo,
bool OnlyWorkingDays
)
Public Function bUpdate (
oInterface As MPInterface,
PlanningJobDaysID As Integer,
PlanningJobDayID As Integer,
NewProjectNumber As String,
NewContractID As Integer,
NewPhaseID As Integer,
NewContractPosID As Integer,
NewDateFrom As DateTime,
NewDateTo As DateTime,
OnlyWorkingDays As Boolean
) As Boolean
Parameters
- oInterface
- Type: MARIInterfaceMPInterface
instance of MPInterface - PlanningJobDaysID
- Type: SystemInt32
Move one Day - PlanningJobDayID
- Type: SystemInt32
Move all days of the planning - NewProjectNumber
- Type: SystemString
Move to another Project - NewContractID
- Type: SystemInt32
Move to another Contract - NewPhaseID
- Type: SystemInt32
Move to another Phase - NewContractPosID
- Type: SystemInt32
Move to another Contract Position - NewDateFrom
- Type: SystemDateTime
New Date from - NewDateTo
- Type: SystemDateTime
New Date To - OnlyWorkingDays
- Type: SystemBoolean
Move only on working days
Return Value
Type:
Boolean
Remarks
See Also