Gets a 'Contract' entry. Contract (ASBIE). An association to a framework agreement or contract.

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IContract GetReferencedContract(
	int index
)
Visual Basic
Public Function GetReferencedContract ( 
	index As Integer
) As IContract
Visual C++
public:
virtual IContract^ GetReferencedContract(
	int index
) sealed
F#
abstract GetReferencedContract : 
        index : int -> IContract 
override GetReferencedContract : 
        index : int -> IContract 

Parameters

index
Type: System..::..Int32
The index of the IContract to get.

Return Value

Type: IContract
The indexed IContract object.

Implements

ICatalogueItemSpecificationUpdate..::..GetReferencedContract(Int32)

See Also