C# 클래스 Blog.Services.Implementation.UsersService

상속: BaseService, IUsersService
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
Add ( User user ) : User
Get ( int userId ) : User
GetByIdentityId ( string identityId ) : User
GetByUserName ( string username ) : User
GetUsers ( int threshold = 10, int skip = 10 ) : List
GetUsersByCommunity ( int communityId, int threshold = 5, int skip = 10 ) : List
GetUsersWithNoIdentityId ( ) : List
SearchUsers ( string query, int threshold = 5, int skip = 10 ) : List
Update ( User user ) : User
UsersService ( IUsersLogic usersLogic ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( User user ) : User
user Blog.Common.Contracts.User
리턴 Blog.Common.Contracts.User

Get() 공개 메소드

public Get ( int userId ) : User
userId int
리턴 Blog.Common.Contracts.User

GetByIdentityId() 공개 메소드

public GetByIdentityId ( string identityId ) : User
identityId string
리턴 Blog.Common.Contracts.User

GetByUserName() 공개 메소드

public GetByUserName ( string username ) : User
username string
리턴 Blog.Common.Contracts.User

GetUsers() 공개 메소드

public GetUsers ( int threshold = 10, int skip = 10 ) : List
threshold int
skip int
리턴 List

GetUsersByCommunity() 공개 메소드

public GetUsersByCommunity ( int communityId, int threshold = 5, int skip = 10 ) : List
communityId int
threshold int
skip int
리턴 List

GetUsersWithNoIdentityId() 공개 메소드

public GetUsersWithNoIdentityId ( ) : List
리턴 List

SearchUsers() 공개 메소드

public SearchUsers ( string query, int threshold = 5, int skip = 10 ) : List
query string
threshold int
skip int
리턴 List

Update() 공개 메소드

public Update ( User user ) : User
user Blog.Common.Contracts.User
리턴 Blog.Common.Contracts.User

UsersService() 공개 메소드

public UsersService ( IUsersLogic usersLogic ) : System.Collections.Generic
usersLogic IUsersLogic
리턴 System.Collections.Generic