C# Class URSA.Web.Description.OperationInfo

Inheritance: SecurableResourceInfo
Show file Open project: alien-mcl/URSA Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method Description
OperationInfo ( MethodInfo underlyingMethod, Url url, string urlTemplate, Regex templateRegex ) : System

Initializes a new instance of the OperationInfo class.

Method Details

OperationInfo() protected method

Initializes a new instance of the OperationInfo class.
protected OperationInfo ( MethodInfo underlyingMethod, Url url, string urlTemplate, Regex templateRegex ) : System
underlyingMethod System.Reflection.MethodInfo Actual underlying method.
url Url Base relative URL of the method without arguments.
urlTemplate string Relative URL template with all arguments included.
templateRegex System.Text.RegularExpressions.Regex Regular expression template with all arguments included.
return System