C# Class UniNFeServico.UniNFeService

Datei anzeigen Open project: akretion/uninfe

Public Methods

Method Description
UniNFeService ( ) : System
WriteLog ( string msg ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCustomCommand ( int command ) : void
OnShutdown ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void
WriteEventEntry ( String Message, EventLogEntryType EventType, int ID, short Category ) : void

Private Methods

Method Description
GetPhysicalPath ( string defaultDir ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

iniciarServicosUniNFe ( ) : void
pararServicosUniNFe ( ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnCustomCommand() protected method

protected OnCustomCommand ( int command ) : void
command int
return void

OnShutdown() protected method

protected OnShutdown ( ) : void
return void

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

UniNFeService() public method

public UniNFeService ( ) : System
return System

WriteEventEntry() protected method

protected WriteEventEntry ( String Message, EventLogEntryType EventType, int ID, short Category ) : void
Message String
EventType EventLogEntryType
ID int
Category short
return void

WriteLog() public method

public WriteLog ( string msg ) : void
msg string
return void