Interface IMediatorTypeSafetyEnforcer
Used by Function Monkey to determine if commands implement the appropriate interfaces for the in use mediator.
This is only called by the compiler so there is no big need to have it be massively performant - refelction is
fine!
Assembly: FunctionMonkey.Abstractions.dll
public interface IMediatorTypeSafetyEnforcer
Properties
|
Improve this Doc
View Source
Declaration
string Requirements { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
bool IsValidType(Type commandType)
Parameters
Type |
Name |
Description |
Type |
commandType |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods