Show / Hide Table of Contents

Class MediatRTypeSafetyEnforcer

Inheritance
System.Object
MediatRTypeSafetyEnforcer
Implements
IMediatorTypeSafetyEnforcer
Namespace: FunctionMonkey.MediatR
Assembly: FunctionMonkey.MediatR.dll
Syntax
public class MediatRTypeSafetyEnforcer : 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
Back to top Copyright © 2018 James Randall