Click or drag to resize
ActivityRecalculationQueueDtoFillDataContainer Method
Fills given dataContainer with values from current ActivityRecalculationQueueDto.

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public void FillDataContainer(
	IDataContainer dataContainer
)

Parameters

dataContainer
Type: CMS.BaseIDataContainer
Data container to be filled

Implements

IDataTransferObjectFillDataContainer(IDataContainer)
See Also