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

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

공개 메소드들

메소드 설명
AddUserRole ( UserRole entity ) : bool
DeleteById ( int id ) : bool
DeleteUserRole ( UserRole entity ) : bool
Dispose ( ) : void
EditUserRole ( UserRole entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : UserRole
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : List
GetAllUserRole ( ) : List
UserRoleService ( ) : System

메소드 상세

AddUserRole() 공개 메소드

public AddUserRole ( UserRole entity ) : bool
entity Cats.Models.Hubs.UserRole
리턴 bool

DeleteById() 공개 메소드

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

DeleteUserRole() 공개 메소드

public DeleteUserRole ( UserRole entity ) : bool
entity Cats.Models.Hubs.UserRole
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditUserRole() 공개 메소드

public EditUserRole ( UserRole entity ) : bool
entity Cats.Models.Hubs.UserRole
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

public FindById ( int id ) : UserRole
id int
리턴 Cats.Models.Hubs.UserRole

Get() 공개 메소드

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

GetAllUserRole() 공개 메소드

public GetAllUserRole ( ) : List
리턴 List

UserRoleService() 공개 메소드

public UserRoleService ( ) : System
리턴 System