Click or drag to resize

SurveyTemplate Class

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

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 SurveyTemplate

The SurveyTemplate type exposes the following members.

Constructors
  NameDescription
Public methodSurveyTemplate
Top
Properties
  NameDescription
Public propertyClearEditableFields
If true, all editable fields are cleared when a survey object is routed to a new workflow step.
Public propertyDataSources
Collection of DataSource objects used in the Survey templates
Public propertyDescription
A description of the Survey template
Public propertyEnableEmails
Enable that notification emails are sent to the assignees of survey tasks? Even though EnableEmails is true it can still configured on the individual workflow step that notifications emails should not be sent.
Public propertyForms
Collection of SurveyForm objects
Public propertyGrids
Collection of SurveyGrid objects
Public propertyName
Public propertyObjectType
Public propertyOriginalXml
The xml data that the object was deserialized from.
Public propertyPostActions
Collection of PostAction objects
Public propertyScopeVariables
Collection of ScopeVariable objects
Public propertySurveySettings
Collection of SurveySetting objects
Public propertySystemName
The discription is assigned to the activity "description" property.
Public propertyTemplateAdmins
Collection of UId of a user or usergroup defined in Enterpriser Server with full access to start/edit the Survey template
Public propertyWorkflow
Collection of SurveyWorkflow objects
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