C# Class Pomona.Routing.GetByIdRoute

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

Méthodes publiques

Méthode Description
GetByIdRoute ( ResourceType resultItemType, Route parent, HttpMethod allowedMethods ) : System

Méthodes protégées

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

Method Details

GetByIdRoute() public méthode

public GetByIdRoute ( ResourceType resultItemType, Route parent, HttpMethod allowedMethods ) : System
resultItemType Pomona.Common.TypeSystem.ResourceType
parent Route
allowedMethods HttpMethod
Résultat System

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