Show / Hide Table of Contents

Class DefaultMediatorTypeSafetyEnforcer

Inheritance
System.Object
DefaultMediatorTypeSafetyEnforcer
Implements
IMediatorTypeSafetyEnforcer
Namespace: FunctionMonkey.Infrastructure
Assembly: FunctionMonkey.dll
Syntax
public class DefaultMediatorTypeSafetyEnforcer : object, IMediatorTypeSafetyEnforcer

Properties

| Improve this Doc View Source

Requirements

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

Methods

| Improve this Doc View Source

IsValidType(Type)

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

Implements

IMediatorTypeSafetyEnforcer

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)
  • Implements
  • Extension Methods
Back to top Copyright © 2018 James Randall