C# Class URSA.Web.Description.ArgumentInfo

Inheritance: ValueInfo
Afficher le fichier Open project: alien-mcl/URSA Class Usage Examples

Méthodes publiques

Méthode Description
ArgumentInfo ( ParameterInfo parameter, ParameterSourceAttribute source, string urlTemplate, string variableName ) : System

Initializes a new instance of the ArgumentInfo class.

Method Details

ArgumentInfo() public méthode

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