C# Class URSA.Web.Description.OperationInfo

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

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
OperationInfo ( MethodInfo underlyingMethod, Url url, string urlTemplate, Regex templateRegex ) : System

Initializes a new instance of the OperationInfo class.

Method Details

OperationInfo() protected méthode

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