C# 클래스 MetroDemo.ExampleViews.DownloadView

DownloadView
상속: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector
파일 보기 프로젝트 열기: OfficeDev/Office-IT-Pro-Deployment-Scripts 1 사용 예제들

공개 메소드들

메소드 설명
DownloadView ( ) : System
LoadXml ( ) : void
Reset ( ) : void
UpdateXml ( ) : void

비공개 메소드들

메소드 설명
AdvDownloadButton_OnClick ( object sender, RoutedEventArgs e ) : void
BuildFilePath_OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
ChangeVersion ( IEnumerable channelItems, string channelName, string version ) : void
DownloadButton_OnClick ( object sender, RoutedEventArgs e ) : void
DownloadFileProgress ( Microsoft progress, IEnumerable channelItems, Channel channelItem ) : void
DownloadOfficeFiles ( ) : Task
DownloadView_Loaded ( object sender, RoutedEventArgs e ) : void
GetBranchVersion ( OfficeBranch branch, OfficeEdition officeEdition ) : Task
GetSelectedEdition ( ) : OfficeEdition
InitializeComponent ( ) : void
LaunchInformationDialog ( string sourceName ) : void
LoadChannelView ( ) : void
LogAnaylytics ( string path, string pageName ) : void
LogErrorMessage ( Exception ex ) : void
MainTabControl_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
NextButton_Click ( object sender, RoutedEventArgs e ) : void
OpenFolderButton_OnClick ( object sender, RoutedEventArgs e ) : void
PreviousButton_Click ( object sender, RoutedEventArgs e ) : void
ProductInfo_OnClick ( object sender, RoutedEventArgs e ) : void
SetTabStatus ( bool enabled ) : void
System ( int connectionId, object target ) : void
ToggleButton_OnChecked ( object sender, RoutedEventArgs e ) : void
TransitionProductTabs ( TransitionTabDirection direction ) : bool
UpdateError ( IEnumerable channelItems, string channelName, string error ) : void
UpdatePath_OnClick ( object sender, RoutedEventArgs e ) : void
UpdatePercentage ( IEnumerable channelItems, string channelName ) : void
UpdateVersion ( IEnumerable channelItems, Channel channelItem, string version ) : void

메소드 상세

DownloadView() 공개 메소드

public DownloadView ( ) : System
리턴 System

LoadXml() 공개 메소드

public LoadXml ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

UpdateXml() 공개 메소드

public UpdateXml ( ) : void
리턴 void