C# Class AlarmWorkflow.AlarmSource.Fax.FaxAlarmSource

Inheritance: IAlarmSource
Afficher le fichier Open project: OpenFireSource/AlarmWorkflow

Méthodes publiques

Méthode Description
FaxAlarmSource ( ) : System

Initializes a new instance of the FaxAlarmSource class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the FaxAlarmSource class.
public FaxAlarmSource ( ) : System
Résultat System