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

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

Public Methods

Method Description
Execute ( string name ) : bool
OrganizationExistsQuery ( IQueryable organizations ) : System

Method Details

Execute() public method

public Execute ( string name ) : bool
name string
return bool

OrganizationExistsQuery() public method

public OrganizationExistsQuery ( IQueryable organizations ) : System
organizations IQueryable
return System