InterviewerPerformance class
From Catglobe Wiki
More actions
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