Add a new 'Request For Quotation Line' entry. Request For Quotation Line (ASBIE). An association to one or more Request For Quotation Lines.

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 void AddRequestForQuotLine(
	IRequestForQuotationLine requestForQuotationLine
)
Visual Basic
Public Sub AddRequestForQuotLine ( 
	requestForQuotationLine As IRequestForQuotationLine
)
Visual C++
public:
virtual void AddRequestForQuotLine(
	IRequestForQuotationLine^ requestForQuotationLine
) sealed
F#
abstract AddRequestForQuotLine : 
        requestForQuotationLine : IRequestForQuotationLine -> unit 
override AddRequestForQuotLine : 
        requestForQuotationLine : IRequestForQuotationLine -> unit 

Implements

IRequestForQuotation..::..AddRequestForQuotLine(IRequestForQuotationLine)

See Also