Click or drag to resize

MPInterfaceoGetListPhasesOfProjectForTimeBooking Method

Returns a Generic.List of key pairs (PhaseID, Phase) for all (or only active) phases of a project

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public List<clsKeyPair> oGetListPhasesOfProjectForTimeBooking(
	string sProjectNumber
)

Parameters

sProjectNumber
Type: SystemString
Project number

Return Value

Type: ListclsKeyPair
If not phases linked to the project, the function returs one element Key=0, Matchcode "No Phases"
Remarks