Show / Hide Table of Contents

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!

Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IMediatorTypeSafetyEnforcer

Properties

| Improve this Doc View Source

Requirements

Declaration
string Requirements { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

IsValidType(Type)

Declaration
bool IsValidType(Type commandType)
Parameters
Type Name Description
Type commandType
Returns
Type Description
System.Boolean

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Properties
    • Requirements
  • Methods
    • IsValidType(Type)
  • Extension Methods
Back to top Copyright © 2018 James Randall