C# Class HealthMonitoring.Persistence.HealthMonitorTypeRepository

Inheritance: IHealthMonitorTypeRepository
显示文件 Open project: wongatech/HealthMonitoring

Public Methods

Method Description
HealthMonitorTypeRepository ( MySqlDatabase db ) : System.Collections.Generic
LoadMonitorTypes ( ) : IEnumerable
SaveMonitorType ( string monitorType ) : void

Method Details

HealthMonitorTypeRepository() public method

public HealthMonitorTypeRepository ( MySqlDatabase db ) : System.Collections.Generic
db MySqlDatabase
return System.Collections.Generic

LoadMonitorTypes() public method

public LoadMonitorTypes ( ) : IEnumerable
return IEnumerable

SaveMonitorType() public method

public SaveMonitorType ( string monitorType ) : void
monitorType string
return void