• Guides
  • Api Reference
  • FAQ
  • Api Reference
Show / Hide Table of Contents

Class ClaimMappingCompilationException

Exception thrown when their are issues compiling claims mappers

Inheritance
System.Object
ClaimMappingCompilationException
Namespace: FunctionMonkey
Assembly: FunctionMonkey.dll
Syntax
public class ClaimMappingCompilationException : Exception

Properties

| Improve this Doc View Source

ClaimType

The claim type

Declaration
public string ClaimType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CommandType

The command type

Declaration
public Type CommandType { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

Name

The name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PropertyType

The property type

Declaration
public Type PropertyType { get; }
Property Value
Type Description
Type

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
    • ClaimType
    • CommandType
    • Name
    • PropertyType
  • Extension Methods
Back to top Copyright © 2018 James Randall