C# Класс UniNFeServico.UniNFeService

Показать файл Открыть проект

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

Метод Описание
UniNFeService ( ) : System
WriteLog ( string msg ) : void

Защищенные методы

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

Приватные методы

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OnCustomCommand() защищенный Метод

protected OnCustomCommand ( int command ) : void
command int
Результат void

OnShutdown() защищенный Метод

protected OnShutdown ( ) : void
Результат void

OnStart() защищенный Метод

protected OnStart ( string args ) : void
args string
Результат void

OnStop() защищенный Метод

protected OnStop ( ) : void
Результат void

UniNFeService() публичный Метод

public UniNFeService ( ) : System
Результат System

WriteEventEntry() защищенный Метод

protected WriteEventEntry ( String Message, EventLogEntryType EventType, int ID, short Category ) : void
Message String
EventType EventLogEntryType
ID int
Category short
Результат void

WriteLog() публичный Метод

public WriteLog ( string msg ) : void
msg string
Результат void