Click or drag to resize

ClassificationSurveyPostActionHandler Class

This post action handler is used by the OIS classification feature surveys
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.ClassificationClassificationSurveyPostActionHandler

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

The ClassificationSurveyPostActionHandler type exposes the following members.

Constructors
Methods
  NameDescription
Public methodInitialize
Initialize post action
Public methodPerformAction
The post action will read information from the survey and update the Manual tag property on the object
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