C# 클래스 Canguro.Commands.Model.ExportS2kCmd

상속: Canguro.Commands.ModelCommand
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 메소드들

메소드 설명
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