Click or drag to resize

IDataObjectAccessModifierInitialize Method

Method is called to initialize the access modifier class with a set of parameters.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
void Initialize(
	IDictionary<string, string> parameters
)

Parameters

parameters
Type: System.Collections.GenericIDictionaryString, String
Parameter keys are case-insensive.
See Also