Click or drag to resize

SurveyReport Class

This class contains all the questions and grid columns for a survey. The object can be used to generate a PDF or CSV file
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelSurveyReport

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 SurveyReport

The SurveyReport type exposes the following members.

Constructors
  NameDescription
Public methodSurveyReport
Top
Properties
  NameDescription
Public propertySurveyId
Survey id
Public propertySurveyName
Name of the Survey
Public propertySurveyReportColumns
Collection of survey columns, which will be used in the PDF file. It contains system name and the caption of each column.
Public propertySurveyReportObjects
Collection of SurveyReportObject
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