Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

CatiQasSearchQuery class

From Catglobe Wiki
Revision as of 05:33, 2 July 2020 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.