| AccessModifierClassInfoTransferStrParametersToDictionary Method |
The function puts the access modifier's parameters in the given parameter string
into a parameters dictionary collection
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic static void TransferStrParametersToDictionary(
Dictionary<string, string> parameters,
string parametersStr
)
Parameters
- parameters
- Type: System.Collections.GenericDictionaryString, String
key and value dictionary collection
- parametersStr
- Type: SystemString
string that contains access modifier's parameters
(e.g. MATCHPROPERTY=COUNTRY;MATCHUSER=ACTIVEUSER)
See Also