CatiQasSearchQuery class

From Catglobe Wiki
Revision as of 03:32, 28 February 2019 by Administrator (talk | contribs) (Created page with "{{CGscriptClass_Template |Name=<nowiki>CatiQasSearchQuery</nowiki> |Description=<nowiki>Search for qas in cati questionnaire.</nowiki> |Methods= {{CGscriptMethods_Template|Ret...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CatiQasSearchQuery



Search for qas in cati questionnaire.


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.
  • 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
  • TypeInformation TypeInformation { get; } - Get information about this class.