C# Class Pomona.Routing.DataSourceCollectionRoute

Inheritance: Route, ILiteralRoute
Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
DataSourceCollectionRoute ( DataSourceRootRoute parent, ResourceType resultItemType ) : System

Protected Methods

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

Method Details

DataSourceCollectionRoute() public method

public DataSourceCollectionRoute ( DataSourceRootRoute parent, ResourceType resultItemType ) : System
parent DataSourceRootRoute
resultItemType Pomona.Common.TypeSystem.ResourceType
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