C# Class UCosmic.Domain.People.QueryPeople

Show file Open project: ucosmic/UCosmicAlpha

Private Methods

Method Description
ByEmail ( this queryable, string term, StringMatchStrategy matchStrategy ) : IQueryable
ByEmail ( this queryable, string email ) : Person
ByFirstName ( this queryable, string term, StringMatchStrategy matchStrategy ) : IQueryable
ByLastName ( this queryable, string term, StringMatchStrategy matchStrategy ) : IQueryable
ByUserName ( string userName ) : bool>>.Expression
ByUserName ( this queryable, string userName, bool allowNull = true ) : Person
EmailValueMatches ( string term, StringMatchStrategy matchStrategy ) : bool>>.Expression
FirstNameMatches ( string term, StringMatchStrategy matchStrategy ) : bool>>.Expression
GetAffiliation ( this owner, int establishmentId ) : Affiliation
GetMessage ( this owner, int number ) : EmailMessage
LastNameMatches ( string term, StringMatchStrategy matchStrategy ) : bool>>.Expression
SelectSalutations ( this queryable ) : IQueryable
SelectSuffixes ( this queryable ) : IQueryable
WithNonEmptySalutation ( this queryable ) : IQueryable
WithNonEmptySuffix ( this queryable ) : IQueryable