C# Класс EventServer.Core.Domain.UserProfileExtensions

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

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

Метод Описание
AdminEmails ( this source ) : string[]
GetBy ( this source, string email ) : UserProfile
Speakers ( this source ) : IQueryable

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

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

public static AdminEmails ( this source ) : string[]
source this
Результат string[]

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

public static GetBy ( this source, string email ) : UserProfile
source this
email string
Результат UserProfile

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

public static Speakers ( this source ) : IQueryable
source this
Результат IQueryable