C# Class DacpacExplorer.Pages.Explorer

Inheritance: System.Windows.Controls.Page, IContent
Mostra file Open project: GoEddie/DacpacExplorer

Public Methods

Method Description
AddTreeItem ( string header, ItemsControl parent, System.Windows.Media.Brush color ) : System.Windows.Controls.TreeViewItem
Display ( ) : void
Explorer ( ) : System
OnFragmentNavigation ( FragmentNavigationEventArgs e ) : void
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void

Private Methods

Method Description
AddRootTreeItem ( string header ) : System.Windows.Controls.TreeViewItem
DisplayObject ( string rootNodeHeader, TSqlObject currentObject, System.Windows.Controls.TreeViewItem currentObjectTreeViewItem ) : void
DisplayTopLevelNode ( ItemsControl rootNode, string header, ModelTypeClass type ) : void
DisplayTopLevelNode ( string description, ModelTypeClass type ) : void
DisplyChildObjects ( string rootNodeHader, System.Windows.Controls.TreeViewItem currentObjectTreeViewItem, TSqlObject currentObject, TreeViewItem>.Dictionary childObjectTypes ) : void
GetContainerHeader ( string type ) : string
GetScript ( TSqlObject table ) : string
TreeView_SelectedItemChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void

Method Details

AddTreeItem() public method

public AddTreeItem ( string header, ItemsControl parent, System.Windows.Media.Brush color ) : System.Windows.Controls.TreeViewItem
header string
parent System.Windows.Controls.ItemsControl
color System.Windows.Media.Brush
return System.Windows.Controls.TreeViewItem

Display() public method

public Display ( ) : void
return void

Explorer() public method

public Explorer ( ) : System
return System

OnFragmentNavigation() public method

public OnFragmentNavigation ( FragmentNavigationEventArgs e ) : void
e FirstFloor.ModernUI.Windows.Navigation.FragmentNavigationEventArgs
return void

OnNavigatedFrom() public method

public OnNavigatedFrom ( NavigationEventArgs e ) : void
e FirstFloor.ModernUI.Windows.Navigation.NavigationEventArgs
return void

OnNavigatedTo() public method

public OnNavigatedTo ( NavigationEventArgs e ) : void
e FirstFloor.ModernUI.Windows.Navigation.NavigationEventArgs
return void

OnNavigatingFrom() public method

public OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e FirstFloor.ModernUI.Windows.Navigation.NavigatingCancelEventArgs
return void