Add a new 'Catalogue Request Line' entry. Catalogue Request Line (ASBIE). An association to specific Catalogue Lines for the catalogue requested.

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

Syntax

C#
void AddCatalogueRequestLine(
	ICatalogueRequestLine catalogueRequestLine
)
Visual Basic
Sub AddCatalogueRequestLine ( 
	catalogueRequestLine As ICatalogueRequestLine
)
Visual C++
void AddCatalogueRequestLine(
	ICatalogueRequestLine^ catalogueRequestLine
)
F#
abstract AddCatalogueRequestLine : 
        catalogueRequestLine : ICatalogueRequestLine -> unit 

See Also