Click or drag to resize

ISystemOnboardingPostActionHandler Interface

Classes that perform "post actions" on SystemOnboarding configurations

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

The ISystemOnboardingPostActionHandler type exposes the following members.

Methods
  NameDescription
Public methodValidate
Implement this method to validate entered input Throw a FriendlyException for validation errors
Top
See Also