IPlugin |
public interface IPluginSettings
The IPluginSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundEntityId | Identifier of bound entity. | |
| DisplayName | Name that describes settings to Syrve Office user. | |
| PluginKey | Plugin's key for signing settings. | |
| Version | Version of settings scheme. Meant to be monotonically increasing. |
| Name | Description | |
|---|---|---|
| GetSettings | Get all settings within current plugin settings. | |
| TryGetSettingTSetting | Get setting by its key. | |
| TryGetValueTValue(String) | Get value by its key. | |
| TryGetValueTSetting, TValue(String) | Get value specified for TSettings<TValue> by its key. |