C# Класс ATMLCommonLibrary.forms.ATMLXslTranslationForm

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System
ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System
ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System
ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void

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

Метод Описание
InitializeComponent ( ) : void

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

Load ( Document xsl, Document xml ) : void
Load ( Stream xmlFile, Stream xslFile ) : void
Load ( byte xmlFile, byte xslFile ) : void
LoadContent ( Document xml, Document xsl ) : void
LoadContent ( Stream xmlFile, Stream xslFile ) : void
LoadContent ( byte xmlFile, byte xslFile ) : void
LoadContent ( string xmlFileName, string xslFileName ) : void
ProcessSubmit ( WebBrowserDocumentCompletedEventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void
webBrowser_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void
webBrowser_Navigating ( object sender, WebBrowserNavigatingEventArgs e ) : void

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

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

public ATMLXslTranslationForm ( Document xmlFile, Document xslFile ) : System
xmlFile Document
xslFile Document
Результат System

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

public ATMLXslTranslationForm ( Stream xmlFile, Stream xslFile ) : System
xmlFile Stream
xslFile Stream
Результат System

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

public ATMLXslTranslationForm ( byte xmlFile, byte xslFile ) : System
xmlFile byte
xslFile byte
Результат System

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

public ATMLXslTranslationForm ( string xmlFileName, string xslFileName ) : System
xmlFileName string
xslFileName string
Результат System

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

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

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

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Результат void