Interface IListMenuService<T, TResult>
Represents a list menu service that provides operations for managing list menus.
public interface IListMenuService<T, TResult> : IMenuService, IMenuServiceNavigationAware where T : class where TResult : class, IEntityWithKey<T>
Type Parameters
T
The type of the entity.
TResult
The type of the result entity.
- Extension Methods
Properties
- EditEntityMenuTask
Gets the edit entity menu task.
- ExportToExcelMenuTask
Gets the export to Excel menu task.
- InsertEntityMenuTask
Gets the insert entity menu task.
- PrintEntityMenuTask
Gets the print entity menu task.
Methods
- AddFilterMenus()
Adds filter menus.
- GetContextMenus()
Gets the context menus.