Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IUserQueries.FindByLogin示例
编程语言:
C# (CSharp)
类/类型:
IUserQueries
方法/功能:
FindByLogin
hotexamples.com的示例:
1
C# (CSharp) IUserQueries.FindByLogin - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IUserQueries.FindByLogin
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
Get(15)
FetchRole(8)
FindByUsernameAsync(5)
GetAllAsync(4)
GetAsync(3)
GetFriendsAsync(2)
GetByIdAsync(2)
FindAllAsync(2)
FetchLocationByUserAndIpv4Address(2)
Fetch(2)
GetAll(2)
CountOfRoles(2)
CountUsers(2)
GetClaimsByUser(1)
GetPage(1)
GetAuthAsync(1)
GetByEmail(1)
GetByEmailAsync(1)
GetByIPAddress(1)
GetNotApprovedUsers(1)
GetGroupsAsync(1)
GetFollowersAsync(1)
GetDirectoryUsersAsync(1)
GetModelAsync(1)
GetLoginsByUser(1)
GetEnabledUsers(1)
GetLogin(1)
GetEventIdsUserHasAccessTo(1)
GetExaminingUsersAsync(1)
GetFollowedUsersAsync(1)
GetDirectoryUserByIdAsync(1)
AuthenticateAsync(1)
GetAllPaginado(1)
EmailExistsInDB(1)
CountNotApprovedUsers(1)
CountUserLocationsByUser(1)
CountUsersForAdminSearch(1)
CountUsersInRole(1)
CountUsersNotInRole(1)
Delete(1)
DoesEmailExist(1)
DoesUserNameExist(1)
DoesUsernameExist(1)
Exists(1)
FindLogin(1)
FetchByLoginName(1)
FetchUser(1)
FetchUsers(1)
Find(1)
FindAsync(1)
常用方法
Get (15)
FetchRole (8)
FindByUsernameAsync (5)
GetAllAsync (4)
GetAsync (3)
GetFriendsAsync (2)
GetByIdAsync (2)
FindAllAsync (2)
FetchLocationByUserAndIpv4Address (2)
Fetch (2)
常用方法
GetAll (2)
CountOfRoles (2)
CountUsers (2)
GetClaimsByUser (1)
GetPage (1)
GetAuthAsync (1)
GetByEmail (1)
GetByEmailAsync (1)
GetByIPAddress (1)
GetNotApprovedUsers (1)
GetGroupsAsync (1)
GetFollowersAsync (1)
GetDirectoryUsersAsync (1)
GetModelAsync (1)
GetLoginsByUser (1)
GetEnabledUsers (1)
GetLogin (1)
GetEventIdsUserHasAccessTo (1)
GetExaminingUsersAsync (1)
GetFollowedUsersAsync (1)
常用方法
GetGroupsAsync (1)
GetFollowersAsync (1)
GetDirectoryUsersAsync (1)
GetModelAsync (1)
GetLoginsByUser (1)
GetEnabledUsers (1)
GetLogin (1)
GetEventIdsUserHasAccessTo (1)
GetExaminingUsersAsync (1)
GetFollowedUsersAsync (1)
GetDirectoryUserByIdAsync (1)
AuthenticateAsync (1)
GetAllPaginado (1)
EmailExistsInDB (1)
CountNotApprovedUsers (1)
CountUserLocationsByUser (1)
CountUsersForAdminSearch (1)
CountUsersInRole (1)
CountUsersNotInRole (1)
Delete (1)
DoesEmailExist (1)
DoesUserNameExist (1)
DoesUsernameExist (1)
Exists (1)
FindLogin (1)
FetchByLoginName (1)
FetchUser (1)
FetchUsers (1)
Find (1)
FindAsync (1)
常用方法
GetDirectoryUserByIdAsync (1)
AuthenticateAsync (1)
GetAllPaginado (1)
EmailExistsInDB (1)
CountNotApprovedUsers (1)
CountUserLocationsByUser (1)
CountUsersForAdminSearch (1)
CountUsersInRole (1)
CountUsersNotInRole (1)
Delete (1)
DoesEmailExist (1)
DoesUserNameExist (1)
DoesUsernameExist (1)
Exists (1)
FindLogin (1)
FetchByLoginName (1)
FetchUser (1)
FetchUsers (1)
Find (1)
FindAsync (1)
FindByLogin (1)
FindByLoginAsync (1)
FindByNameAsync (1)
CountLockedByAdmin (1)
GetPageLockedByAdmin (1)
示例#1
0
显示文件
文件:
UsersService.cs
项目:
ikovalenko-dev/OkPay.Exchangers
public bool IsLoginUnique(string login) { return(!mUserQueries.FindByLogin(login).Any()); }
x