C# Class MetroDemo.ExampleViews.LocalView

LocalView
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
Mostrar archivo Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Private Properties

Property Type Description
ChangeChannel_OnClick void
GetBranchVersion Task
GetSelectedVersion string
InitializeComponent void
InstallOffice_OnClick void
InstalledVersion_Click void
LatestVInstall_Click void
LaunchInformationDialog void
LoadViewState Task
LocalView_Loaded void
LogAnaylytics void
LogErrorMessage void
MainTabControl_OnSelectionChanged void
ModifyExisting_Click void
NewVersion_OnKeyUp void
NewVersion_OnSelectionChanged void
NextButton_Click void
OPPInstalled_Click void
OfficeInstall_Click void
PreviousButton_Click void
ProductBranch_OnSelectionChanged void
ProductInfo_OnClick void
ReRunInstallOffice_OnClick void
SetItemState void
SetSelectedVersion void
SetTabStatus void
ShowVersion_OnClick void
System void
TargetVersionInfo_Click void
TransitionProductTabs bool
UnInstallOffice_OnClick void
UpdateChannel_Click void
UpdateOffice_OnClick void
_CreateDelegate System.Delegate
installOffice_UpdatingOfficeStatus void
xmlBrowser_Loaded void

Public Methods

Method Description
ChangeOfficeChannel ( ) : Task
LoadCurrentXml ( ) : void
LoadXml ( ) : void
LocalView ( ) : System
Reset ( ) : void
RunInstallOffice ( ) : Task
RunUpdateOffice ( ) : Task
UninstallOffice ( ) : Task
UpdateVersions ( ) : Task
UpdateXml ( ) : void

Private Methods

Method Description
ChangeChannel_OnClick ( object sender, RoutedEventArgs e ) : void
GetBranchVersion ( OfficeBranch branch, OfficeEdition officeEdition ) : Task
GetSelectedVersion ( ) : string
InitializeComponent ( ) : void
InstallOffice_OnClick ( object sender, RoutedEventArgs e ) : void
InstalledVersion_Click ( object sender, RoutedEventArgs e ) : void
LatestVInstall_Click ( object sender, RoutedEventArgs e ) : void
LaunchInformationDialog ( string sourceName ) : void
LoadViewState ( ) : Task
LocalView_Loaded ( object sender, RoutedEventArgs e ) : void
LogAnaylytics ( string path, string pageName ) : void
LogErrorMessage ( Exception ex ) : void
MainTabControl_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ModifyExisting_Click ( object sender, RoutedEventArgs e ) : void
NewVersion_OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
NewVersion_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
NextButton_Click ( object sender, RoutedEventArgs e ) : void
OPPInstalled_Click ( object sender, RoutedEventArgs e ) : void
OfficeInstall_Click ( object sender, RoutedEventArgs e ) : void
PreviousButton_Click ( object sender, RoutedEventArgs e ) : void
ProductBranch_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
ProductInfo_OnClick ( object sender, RoutedEventArgs e ) : void
ReRunInstallOffice_OnClick ( object sender, RoutedEventArgs e ) : void
SetItemState ( LocalViewItem item, LocalViewState state ) : void
SetSelectedVersion ( ) : void
SetTabStatus ( bool enabled ) : void
ShowVersion_OnClick ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void
TargetVersionInfo_Click ( object sender, RoutedEventArgs e ) : void
TransitionProductTabs ( TransitionTabDirection direction ) : bool
UnInstallOffice_OnClick ( object sender, RoutedEventArgs e ) : void
UpdateChannel_Click ( object sender, RoutedEventArgs e ) : void
UpdateOffice_OnClick ( object sender, RoutedEventArgs e ) : void
_CreateDelegate ( System delegateType, string handler ) : Delegate
installOffice_UpdatingOfficeStatus ( object sender, Microsoft e ) : void
xmlBrowser_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

ChangeOfficeChannel() public method

public ChangeOfficeChannel ( ) : Task
return Task

LoadCurrentXml() public method

public LoadCurrentXml ( ) : void
return void

LoadXml() public method

public LoadXml ( ) : void
return void

LocalView() public method

public LocalView ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

RunInstallOffice() public method

public RunInstallOffice ( ) : Task
return Task

RunUpdateOffice() public method

public RunUpdateOffice ( ) : Task
return Task

UninstallOffice() public method

public UninstallOffice ( ) : Task
return Task

UpdateVersions() public method

public UpdateVersions ( ) : Task
return Task

UpdateXml() public method

public UpdateXml ( ) : void
return void