C# 클래스 PHmiClient.Alarms.AlarmService

상속: IAlarmService
파일 보기 프로젝트 열기: phmi/phmi

공개 메소드들

메소드 설명
Add ( PHmiClient.Alarms.AlarmCategoryAbstract category ) : void
AlarmService ( IReporter reporter ) : System
Clean ( ) : void
Run ( IService service ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( PHmiClient.Alarms.AlarmCategoryAbstract category ) : void
category PHmiClient.Alarms.AlarmCategoryAbstract
리턴 void

AlarmService() 공개 메소드

public AlarmService ( IReporter reporter ) : System
reporter IReporter
리턴 System

Clean() 공개 메소드

public Clean ( ) : void
리턴 void

Run() 공개 메소드

public Run ( IService service ) : void
service IService
리턴 void