C# Class Pomona.Routing.DataSourceRootRoute

Inheritance: Route
Afficher le fichier Open project: Pomona/Pomona Class Usage Examples

Private Properties

Свойство Type Description
GetRootResourceBaseTypes IEnumerable

Méthodes publiques

Méthode Description
DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System

Méthodes protégées

Méthode Description
LoadChildren ( ) : IEnumerable
Match ( string pathSegment ) : bool
PathSegmentToString ( ) : string

Private Methods

Méthode Description
GetRootResourceBaseTypes ( ) : IEnumerable

Method Details

DataSourceRootRoute() public méthode

public DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System
typeMapper TypeMapper
dataSource System.Type
Résultat System

LoadChildren() protected méthode

protected LoadChildren ( ) : IEnumerable
Résultat IEnumerable

Match() protected méthode

protected Match ( string pathSegment ) : bool
pathSegment string
Résultat bool

PathSegmentToString() protected méthode

protected PathSegmentToString ( ) : string
Résultat string