Add a new 'Communication' entry. Communication (ASBIE). An association to Other Communication.

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 AddOtherCommunication(
	ICommunication otherCommunication
)
Visual Basic
Sub AddOtherCommunication ( 
	otherCommunication As ICommunication
)
Visual C++
void AddOtherCommunication(
	ICommunication^ otherCommunication
)
F#
abstract AddOtherCommunication : 
        otherCommunication : ICommunication -> unit 

Parameters

otherCommunication
Type: Unimaze.Composer.Ubl2.Interfaces..::..ICommunication
The ICommunication to add.

See Also