Click or drag to resize

SurveyAssigneeQuestionStats Class

Used for generating statistics about questions and assignees in a Survey
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelSurveyAssigneeQuestionStats

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class SurveyAssigneeQuestionStats

The SurveyAssigneeQuestionStats type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAnsweredInPercentage
Answered questions in percentage of total questions
Public propertyAnsweredQuestions
Total number of answered questions
Public propertyAssigneeDisplayName
DisplayName of Assignee
Public propertyAssigneeId
Id of assignee/user
Public propertyMissingQuestions
Total number of un-answered questions
Public propertyModifiedQuestions
Total number of questions which has been saved
Public propertyTotalQuestions
Total number of questions
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also