Class MappingDescription
Inheritance
System.Object
MappingDescription
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class MappingDescription : object
Constructors
|
Edit this page
View Source
MappingDescription(MethodInfo, IRouteDetails)
Declaration
public MappingDescription(MethodInfo routeHandler, IRouteDetails routeDetails)
Parameters
Type |
Name |
Description |
MethodInfo |
routeHandler |
|
IRouteDetails |
routeDetails |
|
|
Edit this page
View Source
MappingDescription(String, IRouteDetails)
Declaration
public MappingDescription(string routeHandler, IRouteDetails routeDetails)
Parameters
Type |
Name |
Description |
System.String |
routeHandler |
|
IRouteDetails |
routeDetails |
|
Fields
|
Edit this page
View Source
ALL_HTTP_METHODS
Declaration
public const string ALL_HTTP_METHODS = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Details
Declaration
public object Details { get; }
Property Value
Type |
Description |
System.Object |
|
|
Edit this page
View Source
Handler
Declaration
public string Handler { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Predicate
Declaration
public string Predicate { get; }
Property Value
Type |
Description |
System.String |
|