C# Класс Pomona.Routing.DataSourceRootRoute

Наследование: Route
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetRootResourceBaseTypes IEnumerable

Открытые методы

Метод Описание
DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System

Защищенные методы

Метод Описание
LoadChildren ( ) : IEnumerable
Match ( string pathSegment ) : bool
PathSegmentToString ( ) : string

Приватные методы

Метод Описание
GetRootResourceBaseTypes ( ) : IEnumerable

Описание методов

DataSourceRootRoute() публичный Метод

public DataSourceRootRoute ( TypeMapper typeMapper, Type dataSource ) : System
typeMapper TypeMapper
dataSource System.Type
Результат System

LoadChildren() защищенный Метод

protected LoadChildren ( ) : IEnumerable
Результат IEnumerable

Match() защищенный Метод

protected Match ( string pathSegment ) : bool
pathSegment string
Результат bool

PathSegmentToString() защищенный Метод

protected PathSegmentToString ( ) : string
Результат string