public ProcessConstraintMessage(int routeHashCode, int constraintHashCode, bool isMatch, string parameterName, object constraint, IDictionary <string, object> values, System.Web.Routing.RouteDirection routeDirection)
 {
     RouteHashCode      = routeHashCode;
     ConstraintHashCode = constraintHashCode;
     IsMatch            = isMatch;
     ParameterName      = parameterName;
     Constraint         = constraint;
     Values             = values;
     RouteDirection     = routeDirection;
 }
Example #2
0
 bool System.Web.Routing.IRouteConstraint.Match(System.Web.HttpContextBase httpContext, System.Web.Routing.Route route, string parameterName, System.Web.Routing.RouteValueDictionary values, System.Web.Routing.RouteDirection routeDirection)
 {
     throw null;
 }
Example #3
0
 protected virtual bool Match(System.Web.HttpContextBase httpContext, System.Web.Routing.Route route, string parameterName, System.Web.Routing.RouteValueDictionary values, System.Web.Routing.RouteDirection routeDirection)
 {
     throw null;
 }
Example #4
0
 protected virtual bool ProcessConstraint(System.Web.HttpContextBase httpContext, object constraint, string parameterName, System.Web.Routing.RouteValueDictionary values, System.Web.Routing.RouteDirection routeDirection)
 {
     throw null;
 }