C# Class Snooze.Url

Base class for strongly-typed URLs parameters.
Inheritance: IXmlSerializable
ファイルを表示 Open project: ryansroberts/Snooze Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
ToString ( System.Web.Routing.RequestContext requestContext ) : string
Url ( ) : System

Protected Methods

Method Description
FillRouteValueDictionary ( RouteValueDictionary values ) : void

Private Methods

Method Description
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

Method Details

FillRouteValueDictionary() protected method

protected FillRouteValueDictionary ( RouteValueDictionary values ) : void
values RouteValueDictionary
return void

ToString() public method

public ToString ( ) : string
return string

ToString() public method

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

Url() public method

public Url ( ) : System
return System