C# Class Canguro.Commands.Model.ExportS2kCmd

Inheritance: Canguro.Commands.ModelCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode 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

Méthode 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 méthode

public AllowCancel ( ) : bool
Résultat bool

Run() public méthode

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
Résultat void