CatiQasSearchQuery class
CatiQasSearchQuery
Search for qas in cati questionnaire.
Parent class
Inherits from object
Methods
- Empty AppointmentsInTimeRange(DateTime fromDate "Select qas with appointments from this datetime. May be empty.", DateTime toDate "Select qas with appointments to this datetime. May be empty.") - Set date range for NextContactTime.
- Array of QAS Execute(int pageSize "How many items to fetch", int page "Which page to fetch records for") - Get list of qas on the given list.
- Empty FinishedInTimeRange(DateTime fromDate "Select qas with appointments from this datetime. May be empty.", DateTime toDate "Select qas with appointments to this datetime. May be empty.") - Set date range for End date.
- (From object) string ToString() - The string representation of the object.
Properties
- bool AllowNoPhone { get; set; } - Include those without phonenumbers in the result
- CatiListType constant CatiListType { get; set; } - Which list to return
- int Count { get; } - Get count of qas on the given list.
- bool IsInterviewer { get; set; } - Only include the numbers the interviewer will dial
- string ObjectTypeName { get; } - The name of the type of object.
- bool RestrictToDedicatedSamples { get; set; } - Only include results in the samples the current user is dedicated to
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.