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

파일 보기 프로젝트 열기: alien-mcl/URSA

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
ValueInfo ( ParameterInfo parameter, string urlTemplate, string variableName ) : System

Initializes a new instance of the ValueInfo class.

메소드 상세

ValueInfo() 보호된 메소드

Initializes a new instance of the ValueInfo class.
protected ValueInfo ( ParameterInfo parameter, string urlTemplate, string variableName ) : System
parameter System.Reflection.ParameterInfo Actual underlying parameter.
urlTemplate string Relative URL template of this value.
variableName string Variable name in the template for given value
리턴 System