| AccessModifierBaseGetUIdsFromParameter Method (String, String, IDictionaryString, String) |
Returns a collection of UIds from the parameters 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 GuidCollection GetUIdsFromParameter(
string custSettingsParameter,
string uidsParameter,
IDictionary<string, string> parameters
)
Parameters
- custSettingsParameter
- Type: SystemString
Name of parameter for which the value is the name of a customer setting key.
The customer setting with the stated key must contain a comma delimited set of UId's.
- uidsParameter
- Type: SystemString
Name of parameter for which the value a comma delimited set of UId's.
uidsParameter is only used if the parameters doesn't contain the stated custSettingsParameter.
- parameters
- Type: System.Collections.GenericIDictionaryString, String
Return Value
Type:
GuidCollection
See Also