C# 클래스 RibbitMvc.Services.UserService

상속: IUserService
파일 보기 프로젝트 열기: dato1357/Social-Network 1 사용 예제들

공개 메소드들

메소드 설명
All ( bool includeProfile ) : IEnumerable
Create ( string username, string password, UserProfile profile, System.DateTime created = null ) : User
Follow ( string username, User follower ) : void
GetAllFor ( int id ) : User
GetAllFor ( string username ) : User
GetBy ( int id ) : User
GetBy ( string username ) : User
Unfollow ( string username, User follower ) : void
UserService ( IContext context ) : RibbitMvc.Data

메소드 상세

All() 공개 메소드

public All ( bool includeProfile ) : IEnumerable
includeProfile bool
리턴 IEnumerable

Create() 공개 메소드

public Create ( string username, string password, UserProfile profile, System.DateTime created = null ) : User
username string
password string
profile RibbitMvc.Models.UserProfile
created System.DateTime
리턴 RibbitMvc.Models.User

Follow() 공개 메소드

public Follow ( string username, User follower ) : void
username string
follower RibbitMvc.Models.User
리턴 void

GetAllFor() 공개 메소드

public GetAllFor ( int id ) : User
id int
리턴 RibbitMvc.Models.User

GetAllFor() 공개 메소드

public GetAllFor ( string username ) : User
username string
리턴 RibbitMvc.Models.User

GetBy() 공개 메소드

public GetBy ( int id ) : User
id int
리턴 RibbitMvc.Models.User

GetBy() 공개 메소드

public GetBy ( string username ) : User
username string
리턴 RibbitMvc.Models.User

Unfollow() 공개 메소드

public Unfollow ( string username, User follower ) : void
username string
follower RibbitMvc.Models.User
리턴 void

UserService() 공개 메소드

public UserService ( IContext context ) : RibbitMvc.Data
context IContext
리턴 RibbitMvc.Data