C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPMappingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
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.

메소드 상세

HTTPMappingAttribute() 공개 메소드

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.
리턴 System

HTTPMappingAttribute() 공개 메소드

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.
리턴 System

HTTPMappingAttribute() 공개 메소드

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.
리턴 System