C# Class AlarmWorkflow.AlarmSource.Fax.FaxAlarmSource

Inheritance: IAlarmSource
Show file Open project: OpenFireSource/AlarmWorkflow

Public Methods

Method Description
FaxAlarmSource ( ) : System

Initializes a new instance of the FaxAlarmSource class.

Private Methods

Method Description
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

Method Details

FaxAlarmSource() public method

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