C# Класс Canguro.Commands.Model.ExportS2kCmd

Наследование: Canguro.Commands.ModelCommand
Показать файл Открыть проект

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

Метод Описание
AllowCancel ( ) : bool
Run ( Canguro services ) : void

Executes the command. Opens the SaveTo dialog, creates the xml file, sends it to the Server and waits for it to have the manifest for the exported s2k.

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

Метод Описание
EncodeValue ( string &text ) : string
Export ( string srcFileName, string dstFileName ) : void

xml file to convert

translateXML ( XmlNode node, TextWriter s2kDoc ) : void

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

AllowCancel() публичный метод

public AllowCancel ( ) : bool
Результат bool

Run() публичный метод

Executes the command. Opens the SaveTo dialog, creates the xml file, sends it to the Server and waits for it to have the manifest for the exported s2k.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void