C# 클래스 URSA.Web.Description.OperationInfo

상속: SecurableResourceInfo
파일 보기 프로젝트 열기: alien-mcl/URSA 1 사용 예제들

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