C# Class Wodsoft.ComBoost.Wpf.EditorBase

Inheritance: System.Windows.Controls.Control
Show file Open project: Kation/ComBoost Class Usage Examples

Public Properties

Property Type Description
CurrentValueProperty System.Windows.DependencyProperty
EditorProperty System.Windows.DependencyProperty
ErrorMessageProperty System.Windows.DependencyProperty
HasErrorProperty System.Windows.DependencyProperty
IsChangedProperty System.Windows.DependencyProperty
MetadataProperty System.Windows.DependencyProperty
OriginValueProperty System.Windows.DependencyProperty

Protected Properties

Property Type Description
ErrorMessagePropertyKey System.Windows.DependencyPropertyKey
HasErrorPropertyKey System.Windows.DependencyPropertyKey
IsChangedPropertyKey System.Windows.DependencyPropertyKey
OriginValuePropertyKey System.Windows.DependencyPropertyKey

Public Methods

Method Description
BeginInit ( ) : void
EndInit ( ) : void
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : bool

Protected Methods

Method Description
ValidateCore ( ) : bool

Private Methods

Method Description
CurrentValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Editor_PreviewSave ( object sender, RoutedEventArgs e ) : void
Editor_Saving ( object sender, RoutedEventArgs e ) : void

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

EndInit() public method

public EndInit ( ) : void
return void

Validate() public method

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : bool
validationContext System.ComponentModel.DataAnnotations.ValidationContext
return bool

ValidateCore() protected method

protected ValidateCore ( ) : bool
return bool

Property Details

CurrentValueProperty public static property

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

EditorProperty public static property

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

ErrorMessageProperty public static property

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

ErrorMessagePropertyKey protected static property

protected static DependencyPropertyKey,System.Windows ErrorMessagePropertyKey
return System.Windows.DependencyPropertyKey

HasErrorProperty public static property

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

HasErrorPropertyKey protected static property

protected static DependencyPropertyKey,System.Windows HasErrorPropertyKey
return System.Windows.DependencyPropertyKey

IsChangedProperty public static property

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

IsChangedPropertyKey protected static property

protected static DependencyPropertyKey,System.Windows IsChangedPropertyKey
return System.Windows.DependencyPropertyKey

MetadataProperty public static property

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

OriginValueProperty public static property

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

OriginValuePropertyKey protected static property

protected static DependencyPropertyKey,System.Windows OriginValuePropertyKey
return System.Windows.DependencyPropertyKey