C# Class URSA.Web.Description.ArgumentInfo

Inheritance: ValueInfo
显示文件 Open project: alien-mcl/URSA Class Usage Examples

Public Methods

Method Description
ArgumentInfo ( ParameterInfo parameter, ParameterSourceAttribute source, string urlTemplate, string variableName ) : System

Initializes a new instance of the ArgumentInfo class.

Method Details

ArgumentInfo() public method

Initializes a new instance of the ArgumentInfo class.
public ArgumentInfo ( ParameterInfo parameter, ParameterSourceAttribute source, string urlTemplate, string variableName ) : System
parameter System.Reflection.ParameterInfo Actual underlying parameter.
source ParameterSourceAttribute Parameter source.
urlTemplate string Relative URL template of this parameter.
variableName string Variable name in the template for given argument
return System