C# Class Signum.Windows.NormalWindow

显示文件 Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
AllowErrorsProperty System.Windows.DependencyProperty
AvoidShowCloseDialogProperty System.Windows.DependencyProperty
MainControlProperty System.Windows.DependencyProperty
PreEntityLoadedEvent System.Windows.RoutedEvent
SaveProtectedProperty System.Windows.DependencyProperty
ShowOperationsProperty System.Windows.DependencyProperty
ViewModeProperty System.Windows.DependencyProperty

Public Methods

Method Description
NormalWindow ( ) : System
SetTitleText ( string text ) : void

Protected Methods

Method Description
OnClosing ( System e ) : void
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer

Private Methods

Method Description
ChangeDataContext_Handler ( object sender, ChangeDataContextEventArgs e ) : void
MoveFocus ( ) : void
NormalWindow_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
NormalWindow_Loaded ( object sender, EventArgs e ) : void
Ok_Click ( object sender, RoutedEventArgs e ) : void
OnPreEntityLoaded ( ModifiableEntity entity ) : void
RefreshEnabled ( ) : void
Reload_Click ( object sender, RoutedEventArgs e ) : void
widgetPanel_ExpandedCollapsed ( object sender, RoutedEventArgs e ) : void

Method Details

NormalWindow() public method

public NormalWindow ( ) : System
return System

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

SetTitleText() public method

public SetTitleText ( string text ) : void
text string
return void

Property Details

AllowErrorsProperty public_oe static_oe property

public static DependencyProperty,System.Windows AllowErrorsProperty
return System.Windows.DependencyProperty

AvoidShowCloseDialogProperty public_oe static_oe property

public static DependencyProperty,System.Windows AvoidShowCloseDialogProperty
return System.Windows.DependencyProperty

MainControlProperty public_oe static_oe property

public static DependencyProperty,System.Windows MainControlProperty
return System.Windows.DependencyProperty

PreEntityLoadedEvent public_oe static_oe property

public static RoutedEvent,System.Windows PreEntityLoadedEvent
return System.Windows.RoutedEvent

SaveProtectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows SaveProtectedProperty
return System.Windows.DependencyProperty

ShowOperationsProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowOperationsProperty
return System.Windows.DependencyProperty

ViewModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ViewModeProperty
return System.Windows.DependencyProperty