Class AddRowCommandListBehaviour<T>
public sealed class AddRowCommandListBehaviour<T> : ListBehaviour where T : IEntity
Type Parameters
T
- Inheritance
-
AddRowCommandListBehaviour<T>
- Inherited Members
Constructors
AddRowCommandListBehaviour(string, Action<T>)
public AddRowCommandListBehaviour(string commandText, Action<T> commandAction)
Parameters
AddRowCommandListBehaviour(string, Func<T, Task>)
public AddRowCommandListBehaviour(string commandText, Func<T, Task> asyncCommandAction)
Parameters
Methods
GetCustomRowCommands<U>(ISurface, U)
public override IEnumerable<IScreenCommand> GetCustomRowCommands<U>(ISurface surface, U row) where U : IEntity<U>
Parameters
surfaceISurfacerowU
Returns
Type Parameters
U