C# Class Beffyman.AspNetCore.Client.Generator.Framework.AspNetCoreHttp.Routes.Constraints.BoolConstraint

Matches true or false (case-insensitive)
Inheritance: Beffyman.AspNetCore.Client.Generator.Framework.AspNetCoreHttp.Routes.Constraints.RouteConstraint
Afficher le fichier Open project: Beffyman/AspNetCore.Client

Méthodes publiques

Méthode Description
BoolConstraint ( string name, string constraint ) : System

Calls the base constructor

IsMatch ( ) : bool

Detects whether or not the ParameterName + Constraint values are valid for this constraint

Method Details

BoolConstraint() public méthode

Calls the base constructor
public BoolConstraint ( string name, string constraint ) : System
name string
constraint string
Résultat System

IsMatch() public méthode

Detects whether or not the ParameterName + Constraint values are valid for this constraint
public IsMatch ( ) : bool
Résultat bool