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

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

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, AreaUnit unit ) : string
format SymbolFormat
unit AreaUnit
Résultat string

OnMaxValueChanged() protected méthode

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

OnMaxValueChanged() protected static méthode

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

OnMinValueChanged() protected méthode

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

OnMinValueChanged() protected static méthode

protected static OnMinValueChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
d DependencyObject
e DependencyPropertyChangedEventArgs
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, DependencyPropertyChangedEventArgs e ) : void
d DependencyObject
e 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 DependencyProperty
value double
Résultat void

SetScalarValue() protected méthode

protected SetScalarValue ( DependencyProperty property, Area quantity ) : void
property DependencyProperty
quantity Area
Résultat void

UpdateIsDirty() protected méthode

protected UpdateIsDirty ( ) : void
Résultat void

Property Details

DefaultUnit public_oe static_oe property

public static AreaUnit DefaultUnit
Résultat AreaUnit

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 MinValueProperty
Résultat DependencyProperty

UnitProperty public_oe static_oe property

public static DependencyProperty UnitProperty
Résultat DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty ValueProperty
Résultat DependencyProperty