C# Класс AlarmWorkflow.AlarmSource.Fax.FaxAlarmSource

Наследование: IAlarmSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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