C# 클래스 Snooze.Url

Base class for strongly-typed URLs parameters.
상속: IXmlSerializable
파일 보기 프로젝트 열기: ryansroberts/Snooze 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
ToString ( System.Web.Routing.RequestContext requestContext ) : string
Url ( ) : System

보호된 메소드들

메소드 설명
FillRouteValueDictionary ( RouteValueDictionary values ) : void

비공개 메소드들

메소드 설명
CreateMinimalRequestContext ( ) : System.Web.Routing.RequestContext
CreatePropertyPusher ( Type urlType, MethodInfo addMethod, PropertyInfo property ) : RouteValueDictionary>>.Expression
CreatePropertyPushers ( Type urlType ) : RouteValueDictionary>>.IEnumerable
GetOrCreatePropertyPushers ( Type urlType ) : RouteValueDictionary>>.IEnumerable
IXmlSerializable ( ) : XmlSchema
IXmlSerializable ( XmlReader reader ) : void
IXmlSerializable ( XmlWriter writer ) : void

메소드 상세

FillRouteValueDictionary() 보호된 메소드

protected FillRouteValueDictionary ( RouteValueDictionary values ) : void
values RouteValueDictionary
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( System.Web.Routing.RequestContext requestContext ) : string
requestContext System.Web.Routing.RequestContext
리턴 string

Url() 공개 메소드

public Url ( ) : System
리턴 System