C# Class Cats.Services.Hub.RoleService

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

Méthodes publiques

Méthode Description
AddRole ( Role entity ) : bool
DeleteById ( int id ) : bool
DeleteRole ( Role entity ) : bool
Dispose ( ) : void
EditRole ( Role entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : Role
GetAllRole ( ) : List
RoleService ( ) : System

Method Details

AddRole() public méthode

public AddRole ( Role entity ) : bool
entity Cats.Models.Hubs.Role
Résultat bool

DeleteById() public méthode

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

DeleteRole() public méthode

public DeleteRole ( Role entity ) : bool
entity Cats.Models.Hubs.Role
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditRole() public méthode

public EditRole ( Role entity ) : bool
entity Cats.Models.Hubs.Role
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 ) : Role
id int
Résultat Cats.Models.Hubs.Role

GetAllRole() public méthode

public GetAllRole ( ) : List
Résultat List

RoleService() public méthode

public RoleService ( ) : System
Résultat System