Click or drag to resize

RouteParameter Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WebApi.ConfigurationRouteParameter

Namespace:  Colygon.MatchPoint.WebApi.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class RouteParameter

The RouteParameter type exposes the following members.

Constructors
  NameDescription
Public methodRouteParameter
Initializes a new instance of the RouteParameter class
Top
Properties
  NameDescription
Public propertyConstraintExpression
Specifies an expression to control the allowed value range of this parameter. Use the expression variable 'Value' to access the value of the parameter.
Public propertyName
Specifies the name of the route parameter. It has to be same as used in the RouteUrlTemplate property of the endpoint configuration.
Public propertyValueType
Specifies the value type of this parameter
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Remarks
This is a MatchPoint configuration class.
See Also