C# Class Pomona.Routing.ResourcePropertyRoute

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

Public Methods

Method Description
ResourcePropertyRoute ( ResourceProperty property, Route parent ) : 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

ResourcePropertyRoute() public method

public ResourcePropertyRoute ( ResourceProperty property, Route parent ) : System
property Pomona.Common.TypeSystem.ResourceProperty
parent Route
return System