C# Class Wodsoft.ComBoost.Wpf.EditorBase

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Kation/ComBoost Class Usage Examples

Méthodes publiques

Свойство 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

Свойство Type Description
ErrorMessagePropertyKey System.Windows.DependencyPropertyKey
HasErrorPropertyKey System.Windows.DependencyPropertyKey
IsChangedPropertyKey System.Windows.DependencyPropertyKey
OriginValuePropertyKey System.Windows.DependencyPropertyKey

Méthodes publiques

Méthode Description
BeginInit ( ) : void
EndInit ( ) : void
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : bool

Méthodes protégées

Méthode Description
ValidateCore ( ) : bool

Private Methods

Méthode 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 méthode

public BeginInit ( ) : void
Résultat void

EndInit() public méthode

public EndInit ( ) : void
Résultat void

Validate() public méthode

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : bool
validationContext System.ComponentModel.DataAnnotations.ValidationContext
Résultat bool

ValidateCore() protected méthode

protected ValidateCore ( ) : bool
Résultat bool

Property Details

CurrentValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentValueProperty
Résultat System.Windows.DependencyProperty

EditorProperty public_oe static_oe property

public static DependencyProperty,System.Windows EditorProperty
Résultat System.Windows.DependencyProperty

ErrorMessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ErrorMessageProperty
Résultat System.Windows.DependencyProperty

ErrorMessagePropertyKey protected_oe static_oe property

protected static DependencyPropertyKey,System.Windows ErrorMessagePropertyKey
Résultat System.Windows.DependencyPropertyKey

HasErrorProperty public_oe static_oe property

public static DependencyProperty,System.Windows HasErrorProperty
Résultat System.Windows.DependencyProperty

HasErrorPropertyKey protected_oe static_oe property

protected static DependencyPropertyKey,System.Windows HasErrorPropertyKey
Résultat System.Windows.DependencyPropertyKey

IsChangedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsChangedProperty
Résultat System.Windows.DependencyProperty

IsChangedPropertyKey protected_oe static_oe property

protected static DependencyPropertyKey,System.Windows IsChangedPropertyKey
Résultat System.Windows.DependencyPropertyKey

MetadataProperty public_oe static_oe property

public static DependencyProperty,System.Windows MetadataProperty
Résultat System.Windows.DependencyProperty

OriginValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows OriginValueProperty
Résultat System.Windows.DependencyProperty

OriginValuePropertyKey protected_oe static_oe property

protected static DependencyPropertyKey,System.Windows OriginValuePropertyKey
Résultat System.Windows.DependencyPropertyKey