C# Class Signum.Windows.ValueLine

Utiliza una deduccion de propiedades muy agresiva: Value (binding) -> ValueType -> ValueLineType -> ValueControl
Inheritance: LineBase
Show file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
Configurator ValueLineConfigurator
FormatProperty System.Windows.DependencyProperty
ItemSourceProperty System.Windows.DependencyProperty
MaxTextLengthProperty System.Windows.DependencyProperty
UnitTextProperty System.Windows.DependencyProperty
ValueControlProperty System.Windows.DependencyProperty
ValueLineTypeProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetValueBinding ( ) : Binding
OnLoad ( object sender, RoutedEventArgs e ) : void
ValueLine ( ) : System

Private Methods

Method Description
CreateControl ( ) : Control
ValueLineChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetValueBinding() public method

public GetValueBinding ( ) : Binding
return System.Windows.Data.Binding

OnLoad() public method

public OnLoad ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

ValueLine() public method

public ValueLine ( ) : System
return System

Property Details

Configurator public static property

public static ValueLineConfigurator,Signum.Windows Configurator
return ValueLineConfigurator

FormatProperty public static property

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

ItemSourceProperty public static property

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

MaxTextLengthProperty public static property

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

UnitTextProperty public static property

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

ValueControlProperty public static property

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

ValueLineTypeProperty public static property

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

ValueProperty public static property

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