Interface ILayoutDataServiceBase
- Namespace
- Innova.Data.AppSettings.Services
- Assembly
- Innova.Data.dll
Represents the interface for layout data service.
public interface ILayoutDataServiceBase
Properties
- UserId
Gets the user ID.
Methods
- DeleteLayout(string, string)
Deletes a layout.
- GetLayouts()
Gets all layouts.
- GetOrCreateLayout(string, string, string)
Gets or creates a layout.
- GetViewLayout(string)
Gets the view layout.