RFA .NET
The StagingConfigDatabase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a Staging Config data object. |
![]() | Destroy | Destroys the object. |
![]() | Load | Loads the configuration by specifying the repository
type and Configuration Repository Location.
The internal ConfigTree is constructed during loading. |
![]() | SetBool | Adds a ConfigBool node by specifying full path and bool value. |
![]() | SetLong | Adds a ConfigLong node by specifying full path and long value. |
![]() | SetSoftlink(RFA_String, RFA_String) | Adds a ConfigSoftlink node by specifying full path and softlink value. |
![]() | SetSoftlink(RFA_String, RFA_String, RFA_String) | Adds a ConfigSoftlink node by specifying full path and softlink value. |
![]() | SetString | Adds a ConfigString node by specifying full path and ANSI string value. |
![]() | SetStringW | Adds a ConfigStringW node by specifying full path and wide string value. |
![]() | ToRFA_String | String representation of this object. |
![]() | ToString | String representation of this object. (Overrides Object..::..ToString()()()().) |