CodeAssemblyClassBase Class | 
Namespace: Omada.OE.Model
public abstract class CodeAssemblyClassBase
The CodeAssemblyClassBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CodeAssemblyClassBase | 
| Name | Description | |
|---|---|---|
| GetConfigurationParameter(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().
              | |
| GetConfigurationParameter(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().
              | |
| GetConfigurationParameter(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().
              | |
| GetConfigurationParameter(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().
              | |
| ParseConfiguration | 
            Returns a configuration dictionary by parsing a string with key/value pairs.
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |