Show / Hide Table of Contents

Interface ISettingService

Defines methods to manage settings.

Namespace: Sartorius.SAF.Settings
Assembly: Sartorius.SAF.dll
Syntax
public interface ISettingService

Methods

View Source

Delete(SettingInfo)

Deletes an existing setting from repository.

Declaration
void Delete(SettingInfo settingInfo)
Parameters
Type Name Description
SettingInfo settingInfo

Information about the setting.

View Source

Read(SettingInfo)

Reads a setting.

Declaration
SettingInfo Read(SettingInfo settingInfo)
Parameters
Type Name Description
SettingInfo settingInfo

Information about the setting.

Returns
Type Description
SettingInfo

The result.

View Source

Save(SettingInfo)

Save a new or updates an existing setting.

Declaration
void Save(SettingInfo settingInfo)
Parameters
Type Name Description
SettingInfo settingInfo

Information about the setting.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX