Table of Contents

Class ServerApplicationSettingService<T>

Namespace
Innova.Rest.Server
Assembly
Innova.Rest.Server.dll
public class ServerApplicationSettingService<T> : IApplicationSettingService<T>, IApplicationSettingService where T : class

Type Parameters

T
Inheritance
ServerApplicationSettingService<T>
Implements

Constructors

ServerApplicationSettingService(IServerSettingsEntityServiceFactory)

Methods

Get()

Gets the application settings of type T.

GetSettingsAsObject()

Gets the application settings as an object.

LoadData()

Loads the data for the application settings.

Save()

Saves the application settings.