Add a new 'Related Item' entry. Related Item (ASBIE). An association that describes any catalogue items that may be components of this Item.

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 AddComponentRelatedItem(
	IRelatedItem componentRelatedItem
)
Visual Basic
Sub AddComponentRelatedItem ( 
	componentRelatedItem As IRelatedItem
)
Visual C++
void AddComponentRelatedItem(
	IRelatedItem^ componentRelatedItem
)
F#
abstract AddComponentRelatedItem : 
        componentRelatedItem : IRelatedItem -> unit 

Parameters

componentRelatedItem
Type: Unimaze.Composer.Ubl2.Interfaces..::..IRelatedItem
The IRelatedItem to add.

See Also