C# Class Cats.Services.Hub.HubSettingValueService

Inheritance: IHubSettingValueService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
AddHubSettingValue ( HubSettingValue hubSettingValue ) : bool
DeleteById ( int id ) : bool
DeleteHubSettingValue ( HubSettingValue hubSettingValue ) : bool
Dispose ( ) : void
EditHubSettingValue ( HubSettingValue hubSettingValue ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : HubSettingValue
GetAllHubSettingValue ( ) : List
HubSettingValueService ( IUnitOfWork unitOfWork ) : System

Method Details

AddHubSettingValue() public method

public AddHubSettingValue ( HubSettingValue hubSettingValue ) : bool
hubSettingValue Cats.Models.Hubs.HubSettingValue
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteHubSettingValue() public method

public DeleteHubSettingValue ( HubSettingValue hubSettingValue ) : bool
hubSettingValue Cats.Models.Hubs.HubSettingValue
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditHubSettingValue() public method

public EditHubSettingValue ( HubSettingValue hubSettingValue ) : bool
hubSettingValue Cats.Models.Hubs.HubSettingValue
return bool

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

FindById() public method

public FindById ( int id ) : HubSettingValue
id int
return Cats.Models.Hubs.HubSettingValue

GetAllHubSettingValue() public method

public GetAllHubSettingValue ( ) : List
return List

HubSettingValueService() public method

public HubSettingValueService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System