| AccessModifierBaseGetParameterValue Method (IDictionaryString, String, String, Int32) |
Returns the value of an integer 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 int GetParameterValue(
IDictionary<string, string> parameters,
string parameterName,
int defaultValue
)
Parameters
- parameters
- Type: System.Collections.GenericIDictionaryString, String
- parameterName
- Type: SystemString
- defaultValue
- Type: SystemInt32
Return Value
Type:
Int32
See Also