Click or drag to resize

IClientConfigurationFeature Interface

Implementers of this class can disclose and update the SanteDBConfiguration. The use of this class is to separate the steps of configuration with the

Namespace: SanteDB.Client.Configuration
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface IClientConfigurationFeature

The IClientConfigurationFeature type exposes the following members.

Properties
 NameDescription
Public propertyConfiguration Gets the configuration object
Public propertyName Gets the name of the feature
Public propertyOrder Get the preferred order for the configuration
Public propertyReadPolicy Get the policy a user must have to read this configuration
Public propertyWritePolicy Get the policy a user must have to write this configuration
Top
Methods
 NameDescription
Public methodConfigure Configure this feature with the specified featureConfiguration
Top
See Also