C# Class Signum.Windows.AutoControl

Inheritance: System.Windows.Controls.ContentControl
Mostra file Open project: signumsoftware/framework

Public Methods

Method Description
AutoControl ( ) : System
AutoControl ( Type type ) : System
AutoControl_Initialized ( object sender, EventArgs e ) : void
GenerateEntityStackPanel ( Type type ) : System.Xml.Linq.XElement

Private Methods

Method Description
GenerateField ( PropertyInfo pi ) : System.Xml.Linq.XElement
GenerateStackPanel ( Type type ) : System.Xml.Linq.XElement

Method Details

AutoControl() public method

public AutoControl ( ) : System
return System

AutoControl() public method

public AutoControl ( Type type ) : System
type System.Type
return System

AutoControl_Initialized() public method

public AutoControl_Initialized ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

GenerateEntityStackPanel() public method

public GenerateEntityStackPanel ( Type type ) : System.Xml.Linq.XElement
type System.Type
return System.Xml.Linq.XElement