RouteParameter Class |
Namespace: Colygon.MatchPoint.WebApi.Configuration
[SerializableAttribute] public sealed class RouteParameter
The RouteParameter type exposes the following members.
Name | Description | |
---|---|---|
RouteParameter | Initializes a new instance of the RouteParameter class |
Name | Description | |
---|---|---|
ConstraintExpression | Specifies an expression to control the allowed value range of this parameter. Use the expression variable 'Value' to access the value of the parameter. | |
Name | Specifies the name of the route parameter. It has to be same as used in the RouteUrlTemplate property of the endpoint configuration. | |
ValueType | Specifies the value type of this parameter |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |