C# Class Gu.Wpf.PropertyGrid.UnitRows.WavenumberRow

Inheritance: UnitRowGeneric, IQuantityFormatter
Afficher le fichier Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Méthodes publiques

Свойство Type Description
DefaultUnit WavenumberUnit
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
UnitProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
CreateSuffix ( SymbolFormat format ) : string
CreateSuffix ( SymbolFormat format, WavenumberUnit unit ) : string
OnMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMaxValueChanged ( Wavenumber oldValue, Wavenumber newValue ) : void
OnMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinValueChanged ( Wavenumber oldValue, Wavenumber newValue ) : void
OnScalarMaxValueChanged ( double newValue ) : void
OnScalarMinValueChanged ( double newValue ) : void
OnScalarValueChanged ( double newValue ) : void
OnUnitChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnValueChanged ( object oldValue, object newValue ) : void
SetQuantityValue ( DependencyProperty property, double value ) : void
SetScalarValue ( DependencyProperty property, Wavenumber quantity ) : void
UpdateIsDirty ( ) : void

Private Methods

Méthode Description
IQuantityFormatter ( IQuantity quantity ) : string
WavenumberRow ( ) : System.Windows

Method Details

CreateSuffix() protected méthode

protected CreateSuffix ( SymbolFormat format ) : string
format SymbolFormat
Résultat string

CreateSuffix() protected static méthode

protected static CreateSuffix ( SymbolFormat format, WavenumberUnit unit ) : string
format SymbolFormat
unit WavenumberUnit
Résultat string

OnMaxValueChanged() protected static méthode

protected static OnMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnMaxValueChanged() protected méthode

protected OnMaxValueChanged ( Wavenumber oldValue, Wavenumber newValue ) : void
oldValue Wavenumber
newValue Wavenumber
Résultat void

OnMinValueChanged() protected static méthode

protected static OnMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnMinValueChanged() protected méthode

protected OnMinValueChanged ( Wavenumber oldValue, Wavenumber newValue ) : void
oldValue Wavenumber
newValue Wavenumber
Résultat void

OnScalarMaxValueChanged() protected méthode

protected OnScalarMaxValueChanged ( double newValue ) : void
newValue double
Résultat void

OnScalarMinValueChanged() protected méthode

protected OnScalarMinValueChanged ( double newValue ) : void
newValue double
Résultat void

OnScalarValueChanged() protected méthode

protected OnScalarValueChanged ( double newValue ) : void
newValue double
Résultat void

OnUnitChanged() protected static méthode

protected static OnUnitChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
Résultat void

SetQuantityValue() protected méthode

protected SetQuantityValue ( DependencyProperty property, double value ) : void
property System.Windows.DependencyProperty
value double
Résultat void

SetScalarValue() protected méthode

protected SetScalarValue ( DependencyProperty property, Wavenumber quantity ) : void
property System.Windows.DependencyProperty
quantity Wavenumber
Résultat void

UpdateIsDirty() protected méthode

protected UpdateIsDirty ( ) : void
Résultat void

Property Details

DefaultUnit public_oe static_oe property

public static WavenumberUnit DefaultUnit
Résultat WavenumberUnit

MaxValueProperty public_oe static_oe property

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

MinValueProperty public_oe static_oe property

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

UnitProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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