C# Class Pomona.Routing.RootRoute

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

Public Methods

Method Description
RootRoute ( ResourceType resultItemType ) : System

Protected Methods

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

Method Details

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

RootRoute() public method

public RootRoute ( ResourceType resultItemType ) : System
resultItemType Pomona.Common.TypeSystem.ResourceType
return System