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

Afficher le fichier Open project: affecto/dotnet-IdentityManagement Class Usage Examples

Méthodes publiques

Méthode Description
AccountExistsQuery ( IQueryable accounts ) : System
Execute ( AccountType type, string accountName ) : bool

Method Details

AccountExistsQuery() public méthode

public AccountExistsQuery ( IQueryable accounts ) : System
accounts IQueryable
Résultat System

Execute() public méthode

public Execute ( AccountType type, string accountName ) : bool
type AccountType
accountName string
Résultat bool