Click or drag to resize
ActivityRecalculationQueueDto Class
Represents lightweight version of ActivityRecalculationQueueInfo. This class should be used instead of ActivityRecalculationQueueInfo in places when dealing with the regular info object has to big performance impact and features provided by BaseInfo are not required.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.InternalActivityRecalculationQueueDto

Namespace: CMS.ContactManagement.Internal
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public class ActivityRecalculationQueueDto : IActivityRecalculationQueueInfo, 
	IDataTransferObject

The ActivityRecalculationQueueDto type exposes the following members.

Constructors
  NameDescription
Public methodActivityRecalculationQueueDto
Top
Properties
  NameDescription
Public propertyActivityRecalculationQueueActivityID
Activity recalculation queue activity ID.
Public propertyActivityRecalculationQueueID
Activity recalculation queue ID.
Top
Methods
  NameDescription
Public methodFillDataContainer
Fills given dataContainer with values from current ActivityRecalculationQueueDto.
Top
See Also