C# Class Signum.Windows.ValueLineConfigurator

Mostra file Open project: signumsoftware/framework

Public Properties

Property Type Description
ComboEnumDescriptionTemplate System.Windows.DataTemplate
constructor Dictionary>
properties DependencyProperty>.Dictionary
readOnlyProperties DependencyProperty>.Dictionary

Public Methods

Method Description
GetConverter ( ValueLine vl ) : IValueConverter
GetDefaultValueLineType ( Type type ) : ValueLineType
GetReadOnlyConverter ( ValueLine vl ) : IValueConverter
GetUpdateSourceTrigger ( ValueLine vl ) : UpdateSourceTrigger
GetValidation ( ValueLine vl ) : System.Windows.Controls.ValidationRule
SetToolTipStyle ( ValueLine vl ) : bool

Private Methods

Method Description
ValueLineConfigurator ( ) : System

Method Details

GetConverter() public method

public GetConverter ( ValueLine vl ) : IValueConverter
vl ValueLine
return IValueConverter

GetDefaultValueLineType() public method

public GetDefaultValueLineType ( Type type ) : ValueLineType
type System.Type
return ValueLineType

GetReadOnlyConverter() public method

public GetReadOnlyConverter ( ValueLine vl ) : IValueConverter
vl ValueLine
return IValueConverter

GetUpdateSourceTrigger() public method

public GetUpdateSourceTrigger ( ValueLine vl ) : UpdateSourceTrigger
vl ValueLine
return UpdateSourceTrigger

GetValidation() public method

public GetValidation ( ValueLine vl ) : System.Windows.Controls.ValidationRule
vl ValueLine
return System.Windows.Controls.ValidationRule

SetToolTipStyle() public method

public SetToolTipStyle ( ValueLine vl ) : bool
vl ValueLine
return bool

Property Details

ComboEnumDescriptionTemplate public_oe static_oe property

public static DataTemplate,System.Windows ComboEnumDescriptionTemplate
return System.Windows.DataTemplate

constructor public_oe property

public Dictionary> constructor
return Dictionary>

properties public_oe property

public Dictionary properties
return DependencyProperty>.Dictionary

readOnlyProperties public_oe property

public Dictionary readOnlyProperties
return DependencyProperty>.Dictionary