IConfigParameters
Namespace: Lithnet.Ecma2Framework
Represents a collection of configuration parameters provided by the Synchronization Service
Properties
Parameters
Gets the raw configuration parameter dictionary as provided by the synchronization service
Property Value
KeyedCollection<String, ConfigParameter>
Methods
GetBool(String, Boolean)
Gets a boolean value from the configuration parameter set
Parameters
Returns
GetInt(String, Int32)
Gets an integer value from the configuration parameter set
Parameters
Returns
GetList(String, String)
Gets a list of string values from the configuration parameter set
Parameters
Returns
GetLong(String, Int64)
Gets a long integer value from the configuration parameter set
Parameters
Returns
GetString(String)
Gets a string value from the configuration parameter set
Parameters
Returns
GetString(String, String)
Gets a string value from the configuration parameter set
Parameters
Returns
HasValue(String)
Determines if a configuration parameter exists
Parameters
Returns
Last updated