C# Class Pomona.Routing.RootRoute

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

Méthodes publiques

Méthode Description
RootRoute ( ResourceType resultItemType ) : 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

RootRoute() public méthode

public RootRoute ( ResourceType resultItemType ) : System
resultItemType Pomona.Common.TypeSystem.ResourceType
Résultat System