Méthode | Description | |
---|---|---|
DumpEventListToJournalData ( List |
Dump the selected event list to commandData.Data. This method is used in ExternalCommand.
|
|
DumpEventsListToFile ( List |
Dump the selected event list to xml file. This method is used in ExternalApplication.
|
|
GetEventsListFromJournalData ( StringStringMap data ) : List |
Get event list from commandData.Data. This method is used in ExternalCommmand.
|
|
JournalProcessor ( ) : System |
Constructor without argument.
|
Méthode | Description | |
---|---|---|
CheckFileExistence ( ) : bool |
Check whether the xml file is exist or not.
|
|
GetEventsListFromFile ( ) : void |
Get the event list from xml file. This method is used in ExternalApplication.
|
public DumpEventListToJournalData ( List |
||
eventList | List |
|
data | StringStringMap | |
Résultat | void |
public DumpEventsListToFile ( List |
||
eventList | List |
|
Résultat | void |
public GetEventsListFromJournalData ( StringStringMap data ) : List |
||
data | StringStringMap | |
Résultat | List |