Click or drag to resize

CommunicationPartialEntity Constructor (CommunicationEntity)

Initializes a new instance of the CommunicationPartialEntity class.

Namespace:  AMCS.Elemos.IntegrationService.Entity.Communication
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CommunicationPartialEntity(
	CommunicationEntity initialiseWith
)

Parameters

initialiseWith
Type: CommunicationEntity
The initialise with.
See Also