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

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

Public Methods

Method Description
Execute ( string name ) : bool
GroupExistsQuery ( IQueryable groups ) : System

Method Details

Execute() public method

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

GroupExistsQuery() public method

public GroupExistsQuery ( IQueryable groups ) : System
groups IQueryable
return System