C# Class ATML1671Translator.translator.AixmlTranslator

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Public Methods

Method Description
Parse ( ) : void
Translate ( ) : void

Protected Methods

Method Description
OnParsed ( FileInfo fi ) : void
OnTranslated ( TestDescription testdescription, string xml ) : void

Private Methods

Method Description
GetAtlasParserDirectory ( ) : string
exeProcess_ErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
exeProcess_OutputDataReceived ( object sender, DataReceivedEventArgs e ) : void

Method Details

OnParsed() protected method

protected OnParsed ( FileInfo fi ) : void
fi System.IO.FileInfo
return void

OnTranslated() protected method

protected OnTranslated ( TestDescription testdescription, string xml ) : void
testdescription ATMLModelLibrary.model.TestDescription
xml string
return void

Parse() public method

public Parse ( ) : void
return void

Translate() public method

public Translate ( ) : void
return void