Class DefaultMediatorTypeSafetyEnforcer
Inheritance
System.Object
DefaultMediatorTypeSafetyEnforcer
Assembly: FunctionMonkey.dll
public class DefaultMediatorTypeSafetyEnforcer : 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