C# Class MetroDemo.ExampleViews.DownloadView

DownloadView
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector
ファイルを表示 Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Public Methods

Method Description
DownloadView ( ) : System
LoadXml ( ) : void
Reset ( ) : void
UpdateXml ( ) : void

Private Methods

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

Method Details

DownloadView() public method

public DownloadView ( ) : System
return System

LoadXml() public method

public LoadXml ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

UpdateXml() public method

public UpdateXml ( ) : void
return void