C# Class Given_instance_of.OperationInfo_class.FakeOperationInfo

Inheritance: URSA.Web.Description.OperationInfo
Show file Open project: alien-mcl/URSA

Public Methods

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

Method Details

FakeOperationInfo() public method

public FakeOperationInfo ( MethodInfo underlyingMethod, Url url, string urlTemplate, Regex templateRegex ) : System
underlyingMethod System.Reflection.MethodInfo
url Url
urlTemplate string
templateRegex System.Text.RegularExpressions.Regex
return System