| AccessModifierBaseGetParameterValue Method (IDictionaryString, String, String, Boolean) |
Returns the value of a boolean parameter from the parameter values delivered to the Initialize() method.
Method is intended to be used as utility in implementations of the Initialize() method.
Namespace:
Omada.OE.AppLogic.AccessModifiers
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool GetParameterValue(
IDictionary<string, string> parameters,
string parameterName,
bool defaultValue
)
Parameters
- parameters
- Type: System.Collections.GenericIDictionaryString, String
- parameterName
- Type: SystemString
- defaultValue
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also