IPluginSettingsVersion Property |
Version of settings scheme. Meant to be monotonically increasing.
Namespace:
Resto.Front.Api.V4.Data.Settings
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntaxint 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