Click or drag to resize

ISurveyPostActionHandler Interface

Classes that perform "post actions" on survey objects must implement this interface.

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

The ISurveyPostActionHandler type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Initialize is called when the handler is initialized. A handler is initialized with a set of configuration parameters.
Public methodPerformAction
PerformAction executes an action on a single survey object in a survey. This happens when: 1) A survey object has just been processed in a non-final workflow step. This only happens if the action is configured with RunAfterEveryStep=true. 2) A survey object has just been processed in the final workflow step. 3) The survey is being (prematurely) closed.
Top
See Also