Interface ILocalSettingsService
Assembly: LemonEdge.Client.UI.API.dll
Syntax
public interface ILocalSettingsService
Properties
Settings for Simplified Menu
Declaration
bool DefaultSimplifiedMenu { get; set; }
Property Value
GridRowFilterType
Grid Column Filter Setting by RowHeader or by Popup
Declaration
GridColumnFilterType GridRowFilterType { get; set; }
Property Value
Instance
LocalSettings loaded from file
Declaration
LocalSettings Instance { get; }
Property Value
Methods
SaveSettings(LocalSettings)
Saves users setting in tmp file
Declaration
bool SaveSettings(LocalSettings settings)
Parameters
Returns
Extension Methods