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

Inheritance: System.Windows.Controls.ContentControl
Show 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 static property

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

IsExpandProperty public static property

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

PropertiesProperty public static property

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