Click or drag to resize

AppRegistry Class

Contains registry functions and keys
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelAppRegistry

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class AppRegistry

The AppRegistry type exposes the following members.

Constructors
  NameDescription
Public methodAppRegistry
Top
Properties
  NameDescription
Public propertyStatic memberConnStr
Returns the master connection string from Registry
Top
Methods
  NameDescription
Public methodStatic memberGetValueT
Reads the value of a registry key. If the key is not found, the defval is returned.
Public methodStatic memberRegistryCleanup
Removes the Registry branch gracefully
Public methodStatic memberSetStringValue
Stores a value in the registry.
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