C# 클래스 AlarmWorkflow.AlarmSource.Fax.FaxAlarmSource

상속: IAlarmSource
파일 보기 프로젝트 열기: OpenFireSource/AlarmWorkflow

공개 메소드들

메소드 설명
FaxAlarmSource ( ) : System

Initializes a new instance of the FaxAlarmSource class.

비공개 메소드들

메소드 설명
AssertCustomOcrPathExist ( ) : void
EnsureDirectoriesExist ( ) : void

Makes sure that the required directories exist and we don't run into unnecessary exceptions.

IAlarmSource ( ) : void
IAlarmSource ( IServiceProvider serviceProvider ) : void
IDisposable ( ) : void
InitializeFaxPaths ( ) : void
InitializeOcrSoftware ( ) : void
InitializeParser ( ) : void
MoveFileTo ( FileInfo file, string archivedFilePath ) : void
OnNewAlarm ( AlarmSourceEventArgs args ) : void
ProcessNewImage ( FileInfo file ) : void
ProcessNewPdf ( FileInfo file ) : void
_configuration_PropertyChanged ( object sender, PropertyChangedEventArgs args ) : void

메소드 상세

FaxAlarmSource() 공개 메소드

Initializes a new instance of the FaxAlarmSource class.
public FaxAlarmSource ( ) : System
리턴 System