Interface IEditEntityMenuTask<T, TResult>
Interface for editing an entity menu task.
public interface IEditEntityMenuTask<T, TResult> : IMenuModelEntity<TResult>, IMenuModel, IMenuBaseModel, IMenuItemModelBase where T : class where TResult : class, IEntityWithKey<T>
  Type Parameters
TTResult
- Extension Methods