C# 클래스 Cats.Services.Hub.UserProfileService

상속: IUserProfileService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddUserProfile ( UserProfile entity ) : bool
ChangePassword ( int profileId, string password ) : bool
DeleteById ( int id ) : bool
DeleteUserProfile ( UserProfile entity ) : bool
Dispose ( ) : void
EditInfo ( UserProfile profile ) : bool
EditUserProfile ( UserProfile entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int profileId ) : UserProfile
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : List
GetAllUserProfile ( ) : List
GetUser ( string userName ) : UserProfile
UserProfileService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddUserProfile() 공개 메소드

public AddUserProfile ( UserProfile entity ) : bool
entity Cats.Models.Hubs.UserProfile
리턴 bool

ChangePassword() 공개 메소드

public ChangePassword ( int profileId, string password ) : bool
profileId int
password string
리턴 bool

DeleteById() 공개 메소드

public DeleteById ( int id ) : bool
id int
리턴 bool

DeleteUserProfile() 공개 메소드

public DeleteUserProfile ( UserProfile entity ) : bool
entity Cats.Models.Hubs.UserProfile
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditInfo() 공개 메소드

public EditInfo ( UserProfile profile ) : bool
profile Cats.Models.Hubs.UserProfile
리턴 bool

EditUserProfile() 공개 메소드

public EditUserProfile ( UserProfile entity ) : bool
entity Cats.Models.Hubs.UserProfile
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
리턴 List

FindById() 공개 메소드

public FindById ( int profileId ) : UserProfile
profileId int
리턴 Cats.Models.Hubs.UserProfile

Get() 공개 메소드

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : List
filter bool>.Expression
orderBy Func
includeProperties string
리턴 List

GetAllUserProfile() 공개 메소드

public GetAllUserProfile ( ) : List
리턴 List

GetUser() 공개 메소드

public GetUser ( string userName ) : UserProfile
userName string
리턴 Cats.Models.Hubs.UserProfile

UserProfileService() 공개 메소드

public UserProfileService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System