C# Class URSA.Web.Description.Http.OperationInfo

Inheritance: URSA.Web.Description.OperationInfo
Mostra file Open project: alien-mcl/URSA Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
OperationInfo ( MethodInfo underlyingMethod, Verb verb, Uri uri, Regex templateRegex, string uriTemplate ) : System

Initializes a new instance of the OperationInfo class.

Method Details

OperationInfo() public method

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.
return System