Click or drag to resize

CodeAssemblyClassBase Methods

The CodeAssemblyClassBase type exposes the following members.

Methods
  NameDescription
Public methodGetConfigurationParameter(IDictionaryString, String, String, Boolean)
Returns the value of a boolean configuration parameter. Method is intended to be used as utility in implementations of code methods that receive a configuration string with parameters and values. Such a configuration string can be parsed with ParseConfiguration().
Public methodGetConfigurationParameter(IDictionaryString, String, String, Guid)
Returns the value of a Guid configuration parameter. Method is intended to be used as utility in implementations of code methods that receive a configuration string with parameters and values. Such a configuration string can be parsed with ParseConfiguration().
Public methodGetConfigurationParameter(IDictionaryString, String, String, Int32)
Returns the value of a int configuration parameter. Method is intended to be used as utility in implementations of code methods that receive a configuration string with parameters and values. Such a configuration string can be parsed with ParseConfiguration().
Public methodGetConfigurationParameter(IDictionaryString, String, String, String)
Returns the value of a string configuration parameter. Method is intended to be used as utility in implementations of code methods that receive a configuration string with parameters and values. Such a configuration string can be parsed with ParseConfiguration().
Public methodParseConfiguration
Returns a configuration dictionary by parsing a string with key/value pairs.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also