Interface IListLayoutMenu<T, TResult>
Represents a list layout menu service that provides functionality for managing list layout menus.
public interface IListLayoutMenu<T, TResult> : IListMenuService<T, TResult>, IMenuService, IMenuServiceNavigationAware, IListLayoutMenus where T : class where TResult : class, IEntityWithKey<T>
Type Parameters
T
The type of the entity.
TResult
The type of the entity with key.
- Extension Methods