C# Class Pomona.Routing.GetByIdRoute

Inheritance: Route
Exibir arquivo Open project: Pomona/Pomona Class Usage Examples

Public Methods

Method Description
GetByIdRoute ( ResourceType resultItemType, Route parent, HttpMethod allowedMethods ) : System

Protected Methods

Method Description
LoadChildren ( ) : IEnumerable
Match ( string pathSegment ) : bool
PathSegmentToString ( ) : string

Method Details

GetByIdRoute() public method

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

LoadChildren() protected method

protected LoadChildren ( ) : IEnumerable
return IEnumerable

Match() protected method

protected Match ( string pathSegment ) : bool
pathSegment string
return bool

PathSegmentToString() protected method

protected PathSegmentToString ( ) : string
return string