C# Class Affecto.IdentityManagement.Store.EntityFramework.Queries.AccountExistsQuery

Datei anzeigen Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Public Methods

Method Description
AccountExistsQuery ( IQueryable accounts ) : System
Execute ( AccountType type, string accountName ) : bool

Method Details

AccountExistsQuery() public method

public AccountExistsQuery ( IQueryable accounts ) : System
accounts IQueryable
return System

Execute() public method

public Execute ( AccountType type, string accountName ) : bool
type AccountType
accountName string
return bool