C# 클래스 Affecto.IdentityManagement.Store.EntityFramework.Queries.UsersByCustomPropertyQuery

파일 보기 프로젝트 열기: affecto/dotnet-IdentityManagement 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( string customPropertyName, string customPropertyValue ) : IQueryable
UsersByCustomPropertyQuery ( IQueryable users ) : System.Linq

메소드 상세

Execute() 공개 메소드

public Execute ( string customPropertyName, string customPropertyValue ) : IQueryable
customPropertyName string
customPropertyValue string
리턴 IQueryable

UsersByCustomPropertyQuery() 공개 메소드

public UsersByCustomPropertyQuery ( IQueryable users ) : System.Linq
users IQueryable
리턴 System.Linq