The CampaignConfiguration..::..CampaignTestResults type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Fields
| Name | Description | |
|---|---|---|
| CallableRecords |
The total number of callable records in the contact list.
| |
| ContactListTable |
The name of the contact list table.
| |
| ErrorMessage |
Contains a message indicating why the test failed.
| |
| Filter |
The SQL clause use to filter records, as it appears in contact list queries.
| |
| FilteredRecords |
The total number of records in the contact list blocked after applying filters.
| |
| NoPhoneNumberRecords |
The total number of records in the contact list without a phone number.
| |
| NRRLib |
Indicates whether the Number Request and Response plug-in is in use.
| |
| QueryTimeFilter |
The SQL clause used to filter records, as it appears in phone number detail queries.
| |
| QueryTimeFilteredRecords |
The total number of records in the contact list blocked after applying query-time filters.
| |
| SampleRecordColumns |
Database table columns corresponding to data in SampleRecords.
Included fields are defined contact columns and columns found in Sort.
| |
| SampleRecords |
Sample of callable records from the contact list. Included fields can be found in SampleRecordColumns.
| |
| ScheduledCalls |
The total number of calls scheduled for records in the contact list.
| |
| SkillCombinationColumns |
Database table columns corresponding to data in SkillCombinations.
| |
| SkillCombinations |
Breakdown of callable records by skill combination.
| |
| Sort |
The SQL clause used to sort contact records, as it appears in contact list queries.
| |
| Success |
Indicates whether the test completed without errors. If false, check ErrorMessage for details.
| |
| TotalRecords |
The total number of records in the contact list.
| |
| UncallableRecords |
The total number of uncallable records in the contact list.
|