Class OpenApiFluentValidationRuleContext
Inheritance
System.Object
OpenApiFluentValidationRuleContext
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