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

InterviewerPerformance class

From Catglobe Wiki

InterviewerPerformance


Represents performance data for a single interviewer.

Parent class

Inherits from Array

Methods

  • string ToString() - The string representation of the object.
  • object this[] { get; }(int index "Index") - Backward-compatible indexer
  • Empty this[] { get; }(int index "Index", object value "Value to set") - Backward-compatible indexer

Properties

  • number Average { get; } - Average of the objects in the Array object. Can only use if all the elements are of type Number
  • number AveragePerformance { get; } - Get the average performance of the interviewer
  • number Max { get; } - Largest of all the objects in the Array object. Can only use if all the elements are of type Number
  • number Min { get; } - Smallest of all the objects in the Array object. Can only use if all the elements are of type Number
  • string ObjectTypeName { get; } - The name of the type of object.
  • array Questionnaire { get; } - Get the per-questionnaire performance breakdown
  • number Sum { get; } - Sum of all the objects in the Array object. Can only use if all the elements are of type Number
  • number TotalHoursWorked { get; } - Get the total hours worked by the interviewer
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • int UserResourceId { get; } - Get the resource id of the interviewer user

Static Methods

  • array InterviewerPerformance_getPerformanceListInTimeSpan(int Group resource id "Unique id of the group whose interviewer performance to evaluate", DateTime Start date "Start of the evaluation period (inclusive)", DateTime End date "End of the evaluation period (inclusive)") - Get interviewer performance data for a group within a time span