C# Class UCosmic.Domain.Identity.QueryPreferences

Datei anzeigen Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
ByKey ( this enumerable, Enum key ) : IEnumerable

Private Methods

Method Description
ByAnonymousId ( this queryable, string anonymousId ) : IQueryable
ByCategory ( this queryable, Enum category ) : IQueryable
ByKey ( this queryable, Enum key ) : IQueryable
ByPrincipal ( this queryable, IPrincipal principal ) : IQueryable
ByUserName ( this queryable, string userName ) : IQueryable

Method Details

ByKey() public static method

public static ByKey ( this enumerable, Enum key ) : IEnumerable
enumerable this
key System.Enum
return IEnumerable