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

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

Méthodes publiques

Méthode Description
Execute ( string customPropertyName, string customPropertyValue ) : IQueryable
UsersByCustomPropertyQuery ( IQueryable users ) : System.Linq

Method Details

Execute() public méthode

public Execute ( string customPropertyName, string customPropertyValue ) : IQueryable
customPropertyName string
customPropertyValue string
Résultat IQueryable

UsersByCustomPropertyQuery() public méthode

public UsersByCustomPropertyQuery ( IQueryable users ) : System.Linq
users IQueryable
Résultat System.Linq