Interface ISystemConfigurationProvider
Provides access to the current system configuration snapshot.
Namespace: Serenity.SystemConfiguration.Application.Interfaces
Assembly: Serenity.SystemConfiguration.Application.dll
Syntax
public interface ISystemConfigurationProvider
Methods
GetSnapshot()
Gets the current system configuration snapshot.
Declaration
ISystemConfigurationSnapshot GetSnapshot()
Returns
| Type | Description |
|---|---|
| ISystemConfigurationSnapshot | The current system configuration snapshot. |