| ISystemOnboardingValueModifierModifyValues Method |
Implement this method to modify part of the input before it is validated
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
Syntaxvoid ModifyValues(
IGrouping<EnumScope, ConfigurationParameterValue> configurationParameters
)
Parameters
- configurationParameters
- Type: System.LinqIGroupingEnumScope, ConfigurationParameterValue
Object containing the entered values
See Also