DockerConfigurationManager Methods |
The DockerConfigurationManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetAppSetting |
Get an application setting
| |
| GetConnectionString |
Gets the specified configuration string
| |
| GetHashCode | (Inherited from Object.) | |
| GetSectionT |
Get the specified configuration section
| |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Reload |
Reload the configuration
| |
| SaveConfiguration |
Save the configuration
| |
| SetAppSetting |
Sets an app setting
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |