C# Класс URSA.Web.Description.ArgumentInfo

Наследование: ValueInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ArgumentInfo ( ParameterInfo parameter, ParameterSourceAttribute source, string urlTemplate, string variableName ) : System

Initializes a new instance of the ArgumentInfo class.

Описание методов

ArgumentInfo() публичный Метод

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
Результат System