Newer Version Available

This content describes an older version of this product. View Latest

EngagementRecordDetailsList Class

Stores the DataRetrieval.EngagementRecordDetails records.

Namespace

DataRetrieval

EngagementRecordDetailsList Constructors

Use the EngagementRecordDetailsList constructors to initialize the EngagementRecordDetailsList class that stores the engagement record details.

The EngagementRecordDetailsList class includes these constructors.

EngagementRecordDetailsList(engagementRecordDetails)

Creates an instance of the DataRetrieval.EngagementRecordDetailsList class by using specified parameters to store the engagement record details.

Signature

public EngagementRecordDetailsList(List<DataRetrieval.EngagementRecordDetails> engagementRecordDetails)

1DataRetrieval.EngagementRecordDetailsList, newinstance, [List<DataRetrieval.EngagementRecordDetails>], DataRetrieval.EngagementRecordDetailsList

Parameters

engagementRecordDetails
Type: List<DataRetrieval.EngagementRecordDetails>
The DataRetrieval.EngagementRecordDetails records.

EngagementRecordDetailsList()

Creates an instance of the DataRetrieval.EngagementRecordDetailsList class.

Signature

public EngagementRecordDetailsList()

1DataRetrieval.EngagementRecordDetailsList, newinstance, [], DataRetrieval.EngagementRecordDetailsList