Click or drag to resize

IReassignPostActionHandler Interface

This interface can be used with classes implementing the ISurveyPostActionHandler interface The implementation is called when questions in a survey is reassigned

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 IReassignPostActionHandler

The IReassignPostActionHandler type exposes the following members.

Methods
  NameDescription
Public methodPerformAction
Called when a survey question is reassigned
Top
See Also