Class AddRowCommandGridBehaviour<T>
public sealed class AddRowCommandGridBehaviour<T> : GridBehaviour where T : IEntity
Type Parameters
T
- Inheritance
-
AddRowCommandGridBehaviour<T>
- Inherited Members
Constructors
AddRowCommandGridBehaviour(string, Action<T>)
public AddRowCommandGridBehaviour(string commandText, Action<T> commandAction)
Parameters
AddRowCommandGridBehaviour(string, Func<T, Task>)
public AddRowCommandGridBehaviour(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
Parameters
surfaceISurfacerowU
Returns
Type Parameters
U