C# 클래스 URSA.Web.Description.Http.OperationInfo

상속: URSA.Web.Description.OperationInfo
파일 보기 프로젝트 열기: alien-mcl/URSA 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OperationInfo ( MethodInfo underlyingMethod, Verb verb, Uri uri, Regex templateRegex, string uriTemplate ) : System

Initializes a new instance of the OperationInfo class.

메소드 상세

OperationInfo() 공개 메소드

Initializes a new instance of the OperationInfo class.
public OperationInfo ( MethodInfo underlyingMethod, Verb verb, Uri uri, Regex templateRegex, string uriTemplate ) : System
underlyingMethod System.Reflection.MethodInfo Actual underlying method.
verb Verb An HTTP verb for given operation
uri System.Uri Base relative uri of the method without arguments.
templateRegex System.Text.RegularExpressions.Regex Uri template regular expression.
uriTemplate string Relative uri template with all arguments included.
리턴 System