C# Class Cats.Services.Hub.UserRoleService

Inheritance: IUserRoleService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
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

Method Details

AddUserRole() public méthode

public AddUserRole ( UserRole entity ) : bool
entity Cats.Models.Hubs.UserRole
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteUserRole() public méthode

public DeleteUserRole ( UserRole entity ) : bool
entity Cats.Models.Hubs.UserRole
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditUserRole() public méthode

public EditUserRole ( UserRole entity ) : bool
entity Cats.Models.Hubs.UserRole
Résultat bool

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( int id ) : UserRole
id int
Résultat Cats.Models.Hubs.UserRole

Get() public méthode

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : List
filter bool>.Expression
orderBy Func
includeProperties string
Résultat List

GetAllUserRole() public méthode

public GetAllUserRole ( ) : List
Résultat List

UserRoleService() public méthode

public UserRoleService ( ) : System
Résultat System