C# 클래스 Affecto.IdentityManagement.Store.EntityFramework.Queries.AccountExistsQuery

파일 보기 프로젝트 열기: affecto/dotnet-IdentityManagement 1 사용 예제들

공개 메소드들

메소드 설명
AccountExistsQuery ( IQueryable accounts ) : System
Execute ( AccountType type, string accountName ) : bool

메소드 상세

AccountExistsQuery() 공개 메소드

public AccountExistsQuery ( IQueryable accounts ) : System
accounts IQueryable
리턴 System

Execute() 공개 메소드

public Execute ( AccountType type, string accountName ) : bool
type AccountType
accountName string
리턴 bool