C# Class org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPMappingAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: Vanaheimr/Hermod

Public Methods

Method Description
HTTPMappingAttribute ( HTTPMethod HTTPMethod, String UriTemplate ) : System

Generates a new HTTP mapping.

HTTPMappingAttribute ( HTTPMethods HTTPMethod, String UriTemplate ) : System

Generates a new HTTP mapping.

HTTPMappingAttribute ( String HTTPMethodString, String UriTemplate ) : System

Generates a new HTTP mapping.

Method Details

HTTPMappingAttribute() public method

Generates a new HTTP mapping.
public HTTPMappingAttribute ( HTTPMethod HTTPMethod, String UriTemplate ) : System
HTTPMethod HTTPMethod The HTTP method of this HTTP mapping.
UriTemplate String The URI template of this HTTP mapping.
return System

HTTPMappingAttribute() public method

Generates a new HTTP mapping.
public HTTPMappingAttribute ( HTTPMethods HTTPMethod, String UriTemplate ) : System
HTTPMethod HTTPMethods The HTTP method of this HTTP mapping.
UriTemplate String The URI template of this HTTP mapping.
return System

HTTPMappingAttribute() public method

Generates a new HTTP mapping.
public HTTPMappingAttribute ( String HTTPMethodString, String UriTemplate ) : System
HTTPMethodString String The HTTP method of this HTTP mapping.
UriTemplate String The URI template of this HTTP mapping.
return System