Click or drag to resize

clsImportPlanningbUpdate Method

Update an existing planning

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bUpdate(
	MPInterface oInterface,
	int PlanningJobDaysID,
	int PlanningJobDayID,
	string NewProjectNumber,
	int NewContractID,
	int NewPhaseID,
	int NewContractPosID,
	DateTime NewDateFrom,
	DateTime NewDateTo,
	bool OnlyWorkingDays
)

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