C# Class Canguro.Commands.Model.ExportS2kCmd

Inheritance: Canguro.Commands.ModelCommand
Mostra file Open project: rforsbach/Treu-Structure

Public Methods

Method Description
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.

Private Methods

Method Description
EncodeValue ( string &text ) : string
Export ( string srcFileName, string dstFileName ) : void

xml file to convert

translateXML ( XmlNode node, TextWriter s2kDoc ) : void

Method Details

AllowCancel() public method

public AllowCancel ( ) : bool
return bool

Run() public method

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
return void