C# Class PHmiClient.Alarms.AlarmService

Inheritance: IAlarmService
Datei anzeigen Open project: phmi/phmi

Public Methods

Method Description
Add ( PHmiClient.Alarms.AlarmCategoryAbstract category ) : void
AlarmService ( IReporter reporter ) : System
Clean ( ) : void
Run ( IService service ) : void

Private Methods

Method Description
ApplyCommonStatus ( ) : void
ApplyCurrentQueries ( ParametersInfo info, IList result ) : void
ApplyHistoryQueries ( ParametersInfo info, IList result ) : void
ApplyResult ( ParametersInfo info, IList result ) : void
ApplyStatus ( ParametersInfo info, IList result ) : void
CleanQueries ( ) : void
CleanStatus ( ) : void
GetAcknowledgeParameters ( PHmiClient.Alarms.AlarmCategoryAbstract category, Identity>.IEnumerable commonAcknowledgeParameters ) : Identity>[].Tuple
GetParameters ( ) : ParametersInfo

Method Details

Add() public method

public Add ( PHmiClient.Alarms.AlarmCategoryAbstract category ) : void
category PHmiClient.Alarms.AlarmCategoryAbstract
return void

AlarmService() public method

public AlarmService ( IReporter reporter ) : System
reporter IReporter
return System

Clean() public method

public Clean ( ) : void
return void

Run() public method

public Run ( IService service ) : void
service IService
return void