Table of Contents

Interface IEditEntityMenuTask<T, TResult>

Namespace
Innova.Prism.Library.Menus
Assembly
Innova.Prism.Library.dll

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

T
TResult
Extension Methods