Click or drag to resize

MPInterfaceoGetListContractToProject Method

Returns a Generic.List of key pairs of contracts for one project number (ContractID, ContractMatchcode). Returns null for internal projects. Returns empty List, for customer projects, internal projects with contract, but no valid open contract.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public List<clsKeyPair> oGetListContractToProject(
	string sProjectNumber,
	bool bShowActiveOnly
)

Parameters

sProjectNumber
Type: SystemString
bShowActiveOnly
Type: SystemBoolean

Return Value

Type: ListclsKeyPair
Remarks