Show / Hide Table of Contents

Class OpenApiFluentValidationRuleContext

Inheritance
System.Object
OpenApiFluentValidationRuleContext
Namespace: FunctionMonkey.FluentValidation.OpenApi
Assembly: FunctionMonkey.FluentValidation.dll
Syntax
public class OpenApiFluentValidationRuleContext : object

Constructors

| Improve this Doc View Source

OpenApiFluentValidationRuleContext(OpenApiSchema, String, IPropertyValidator)

Declaration
public OpenApiFluentValidationRuleContext(OpenApiSchema schema, string propertyKey, IPropertyValidator propertyValidator)
Parameters
Type Name Description
OpenApiSchema schema
System.String propertyKey
IPropertyValidator propertyValidator

Properties

| Improve this Doc View Source

PropertyKey

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

PropertyValidator

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

Schema

Declaration
public OpenApiSchema Schema { get; }
Property Value
Type Description
OpenApiSchema

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
In This Article
  • Constructors
    • OpenApiFluentValidationRuleContext(OpenApiSchema, String, IPropertyValidator)
  • Properties
    • PropertyKey
    • PropertyValidator
    • Schema
  • Extension Methods
Back to top Copyright © 2018 James Randall