Click or drag to resize

IPluginSettings Interface

Interface of plugin settings.

Namespace: Resto.Front.Api.Data.Settings
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IPluginSettings

The IPluginSettings type exposes the following members.

Properties
 NameDescription
Public propertyBoundEntityId Identifier of bound entity.
Public propertyDisplayName Name that describes settings to Syrve Office user.
Public propertyPluginKey Plugin's key for signing settings.
Public propertyVersion Version of settings scheme. Meant to be monotonically increasing.
Top
Methods
 NameDescription
Public methodGetSettings Get all settings within current plugin settings.
Public methodTryGetSettingTSetting Get setting by its key.
Public methodTryGetValueTValue(String) Get value by its key.
Public methodTryGetValueTSetting, TValue(String) Get value specified for TSettings<TValue> by its key.
Top
See Also