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