C# 클래스 EventServer.Core.Domain.UserProfileExtensions

파일 보기 프로젝트 열기: roundtable/EventServer

공개 메소드들

메소드 설명
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