C# Class ORM.DisplayGraph.Components.Entity.TableDefinitionControl

Inheritance: System.Windows.Controls.ContentControl
Mostra file Open project: thabart/SimpleOrm Class Usage Examples

Public Properties

Property Type Description
EntityNameProperty System.Windows.DependencyProperty
IsExpandProperty System.Windows.DependencyProperty
PropertiesProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
ExpandButtonOnClick ( object sender, RoutedEventArgs e ) : void
Initialize ( ) : void
IsExpandChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
RegisterEvents ( ) : void
TableDefinitionControl ( ) : System.Collections.Generic
UpdateExpandProperty ( bool isExpand ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

EntityNameProperty public_oe static_oe property

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

IsExpandProperty public_oe static_oe property

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

PropertiesProperty public_oe static_oe property

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