Click or drag to resize

IDockerFeatureSettings Property

Get a list of settings allowed for this object

Namespace: SanteDB.Docker.Core
Assembly: SanteDB.Docker.Core (in SanteDB.Docker.Core.dll) Version: 3.0.2081-alpha+33b80aa7f95e24a6799613bc47257a05ef96e81a
Syntax
IEnumerable<string> Settings { get; }

Property Value

IEnumerableString
Remarks
This enumerable is used to validate the settings which the user has passed on the environment for the host context. Each setting is prefixed with Id so, if a feature has Id of "my" and a setting of "setting" then the interpreter will look for environment variable sdb_my_setting and will place it into the settings parameter passed to the Configure(SanteDBConfiguration, IDictionaryString, String) method
See Also