C# Class Snooze.Url

Base class for strongly-typed URLs parameters.
Inheritance: IXmlSerializable
Afficher le fichier Open project: ryansroberts/Snooze Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
ToString ( System.Web.Routing.RequestContext requestContext ) : string
Url ( ) : System

Méthodes protégées

Méthode Description
FillRouteValueDictionary ( RouteValueDictionary values ) : void

Private Methods

Méthode 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 méthode

protected FillRouteValueDictionary ( RouteValueDictionary values ) : void
values RouteValueDictionary
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

ToString() public méthode

public ToString ( System.Web.Routing.RequestContext requestContext ) : string
requestContext System.Web.Routing.RequestContext
Résultat string

Url() public méthode

public Url ( ) : System
Résultat System