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
Syntaxpublic List<clsKeyPair> oGetListContractToProject(
string sProjectNumber,
bool bShowActiveOnly
)
Public Function oGetListContractToProject (
sProjectNumber As String,
bShowActiveOnly As Boolean
) As List(Of clsKeyPair)
Parameters
- sProjectNumber
- Type: SystemString
- bShowActiveOnly
- Type: SystemBoolean
Return Value
Type:
ListclsKeyPair
Remarks
See Also