C# Class DtaSpy.Samples.Export.Program

Mostrar archivo Open project: niik/DtaSpy

Public Methods

Method Description
Main ( string args ) : int

Private Methods

Method Description
Debug ( string message ) : void
Export ( BizTalkTrackedMessage message, bool exportContext ) : void
ExportContext ( BizTalkTrackedMessage message ) : void

Attempts to produce the same context xml format as the built-in tooling in BizTalk. Note that it is not complete and highly experimental.

ExportMessage ( BizTalkTrackedMessage message ) : void
GetMessageContextExportFilename ( BizTalkTrackedMessage message ) : string
GetMessagePartExportFilename ( BizTalkTrackedMessage message, BizTalkTrackedMessagePart part ) : string

Method Details

Main() public static method

public static Main ( string args ) : int
args string
return int