C# Class Pomona.Routing.ResourcePropertyRoute

Inheritance: Route, ILiteralRoute
Afficher le fichier Open project: Pomona/Pomona Class Usage Examples

Méthodes publiques

Méthode Description
ResourcePropertyRoute ( ResourceProperty property, Route parent ) : System

Méthodes protégées

Méthode Description
LoadChildren ( ) : IEnumerable
Match ( string pathSegment ) : bool
PathSegmentToString ( ) : string

Method Details

LoadChildren() protected méthode

protected LoadChildren ( ) : IEnumerable
Résultat IEnumerable

Match() protected méthode

protected Match ( string pathSegment ) : bool
pathSegment string
Résultat bool

PathSegmentToString() protected méthode

protected PathSegmentToString ( ) : string
Résultat string

ResourcePropertyRoute() public méthode

public ResourcePropertyRoute ( ResourceProperty property, Route parent ) : System
property Pomona.Common.TypeSystem.ResourceProperty
parent Route
Résultat System