Class CommandMethodExtensions
- Namespace
- Cratis.Applications.Commands
- Assembly
- Cratis.Applications.dll
Extension methods for methods representing commands.
public static class CommandMethodExtensions
- Inheritance
-
CommandMethodExtensions
- Inherited Members
Methods
IsCommand(MethodInfo)
Check if a method is a command.
public static bool IsCommand(this MethodInfo methodInfo)
Parameters
methodInfo
MethodInfoThe MethodInfo to check.
Returns
- bool
True if it is a command, false if not.