Click or drag to resize

SurveyForm Class

Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyForm

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

The SurveyForm type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAdminForm
Public propertyChildForm
Reference to child form for surveys that contains a data source with a child object reference property. Can be null.
Public propertyCustomScripts
Comma-delimited string containing relative or absolute paths to Javascript files, which will be added to the published process template form
Public propertyName
Name of the form
Public propertyProperties
The properties displayed on the form
Top
Methods
  NameDescription
Public methodToString
(Overrides ObjectToString.)
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