Click or drag to resize

IPluginSettingsVersion Property

Version of settings scheme. Meant to be monotonically increasing.

Namespace:  Resto.Front.Api.Data.Settings
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
int Version { get; set; }

Property Value

Type: Int32
Remarks
Increase as scheme of settings changes. Do not increase when settings values are updated without changing their scheme.
See Also