IPluginSettingsVersion Property |
Version of settings scheme. Meant to be monotonically increasing.
Namespace:
Resto.Front.Api.V5.Data.Settings
Assembly:
Resto.Front.Api.V5 (in Resto.Front.Api.V5.dll)
Syntax int Version { get; set; }
Property Value
Type:
Int32Remarks
Increase as scheme of settings changes. Do not increase when settings values are updated without changing their scheme.
See Also