C# Class Pomona.Routing.DataSourceRootRoute

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

Private Properties

Property Type Description
GetRootResourceBaseTypes IEnumerable

Public Methods

Method Description
DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System

Protected Methods

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

Private Methods

Method Description
GetRootResourceBaseTypes ( ) : IEnumerable

Method Details

DataSourceRootRoute() public method

public DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System
typeMapper TypeMapper
dataSource System.Type
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