C# Class URSA.Web.Description.ValueInfo

Exibir arquivo Open project: alien-mcl/URSA

Private Properties

Property Type Description

Protected Methods

Method Description
ValueInfo ( ParameterInfo parameter, string urlTemplate, string variableName ) : System

Initializes a new instance of the ValueInfo class.

Method Details

ValueInfo() protected method

Initializes a new instance of the ValueInfo class.
protected ValueInfo ( ParameterInfo parameter, string urlTemplate, string variableName ) : System
parameter System.Reflection.ParameterInfo Actual underlying parameter.
urlTemplate string Relative URL template of this value.
variableName string Variable name in the template for given value
return System