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

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

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
OperationInfo ( MethodInfo underlyingMethod, Url url, string urlTemplate, Regex templateRegex ) : System

Initializes a new instance of the OperationInfo class.

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

OperationInfo() защищенный Метод

Initializes a new instance of the OperationInfo class.
protected OperationInfo ( MethodInfo underlyingMethod, Url url, string urlTemplate, Regex templateRegex ) : System
underlyingMethod System.Reflection.MethodInfo Actual underlying method.
url Url Base relative URL of the method without arguments.
urlTemplate string Relative URL template with all arguments included.
templateRegex System.Text.RegularExpressions.Regex Regular expression template with all arguments included.
Результат System