Class MediatRTypeSafetyEnforcer
Inheritance
System.Object
MediatRTypeSafetyEnforcer
Assembly: FunctionMonkey.MediatR.dll
public class MediatRTypeSafetyEnforcer : object, IMediatorTypeSafetyEnforcer
Properties
|
Improve this Doc
View Source
Declaration
public string Requirements { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
public bool IsValidType(Type commandType)
Parameters
| Type |
Name |
Description |
| Type |
commandType |
|
Returns
| Type |
Description |
| System.Boolean |
|
Implements
Extension Methods