C# Класс Site.Extensions.Selectors

Показать файл Открыть проект

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

Метод Описание
OfType ( this content, string contentTypeAlias ) : IQueryable
OfType ( this collection, string contentTypeAlias ) : IQueryable
Random ( this collection ) : Content
Root ( this currentPage ) : Content

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

OfType() публичный статический Метод

public static OfType ( this content, string contentTypeAlias ) : IQueryable
content this
contentTypeAlias string
Результат IQueryable

OfType() публичный статический Метод

public static OfType ( this collection, string contentTypeAlias ) : IQueryable
collection this
contentTypeAlias string
Результат IQueryable

Random() публичный статический Метод

public static Random ( this collection ) : Content
collection this
Результат Content

Root() публичный статический Метод

public static Root ( this currentPage ) : Content
currentPage this
Результат Content