C# Class URSA.Web.Description.ValueInfo

Afficher le fichier Open project: alien-mcl/URSA

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
ValueInfo ( ParameterInfo parameter, string urlTemplate, string variableName ) : System

Initializes a new instance of the ValueInfo class.

Method Details

ValueInfo() protected méthode

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
Résultat System