C# 클래스 DataAssistant.Dockpane2SettingsView

Interaction logic for Dockpane2SettingsView.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Esri/data-assistant

공개 메소드들

메소드 설명
Disable ( ) : void
Dockpane2SettingsView ( ) : System
Enable ( ) : void
runTransform ( string xmlPath, string xsltPath, string outputPath, XsltArgumentList argList ) : bool

비공개 메소드들

메소드 설명
ResetMatchLibraryButton_Click ( object sender, RoutedEventArgs e ) : void
UpdateMatchLibraryButton_Click ( object sender, RoutedEventArgs e ) : void
copyXml ( string fName1, string fName2 ) : bool

메소드 상세

Disable() 공개 메소드

public Disable ( ) : void
리턴 void

Dockpane2SettingsView() 공개 메소드

public Dockpane2SettingsView ( ) : System
리턴 System

Enable() 공개 메소드

public Enable ( ) : void
리턴 void

runTransform() 공개 정적인 메소드

public static runTransform ( string xmlPath, string xsltPath, string outputPath, XsltArgumentList argList ) : bool
xmlPath string
xsltPath string
outputPath string
argList System.Xml.Xsl.XsltArgumentList
리턴 bool