C# 클래스 Gu.Wpf.PropertyGrid.UnitRows.AngularAccelerationRow

상속: UnitRowGeneric, IQuantityFormatter
파일 보기 프로젝트 열기: JohanLarsson/Gu.Wpf.PropertyGrid

공개 프로퍼티들

프로퍼티 타입 설명
DefaultUnit AngularAccelerationUnit
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
UnitProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
CreateSuffix ( SymbolFormat format ) : string
CreateSuffix ( SymbolFormat format, AngularAccelerationUnit unit ) : string
OnMaxValueChanged ( AngularAcceleration oldValue, AngularAcceleration newValue ) : void
OnMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinValueChanged ( AngularAcceleration oldValue, AngularAcceleration newValue ) : void
OnMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : 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, AngularAcceleration quantity ) : void
UpdateIsDirty ( ) : void

비공개 메소드들

메소드 설명
AngularAccelerationRow ( ) : System.Windows
IQuantityFormatter ( IQuantity quantity ) : string

메소드 상세

CreateSuffix() 보호된 메소드

protected CreateSuffix ( SymbolFormat format ) : string
format SymbolFormat
리턴 string

CreateSuffix() 보호된 정적인 메소드

protected static CreateSuffix ( SymbolFormat format, AngularAccelerationUnit unit ) : string
format SymbolFormat
unit AngularAccelerationUnit
리턴 string

OnMaxValueChanged() 보호된 메소드

protected OnMaxValueChanged ( AngularAcceleration oldValue, AngularAcceleration newValue ) : void
oldValue AngularAcceleration
newValue AngularAcceleration
리턴 void

OnMaxValueChanged() 보호된 정적인 메소드

protected static OnMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnMinValueChanged() 보호된 메소드

protected OnMinValueChanged ( AngularAcceleration oldValue, AngularAcceleration newValue ) : void
oldValue AngularAcceleration
newValue AngularAcceleration
리턴 void

OnMinValueChanged() 보호된 정적인 메소드

protected static OnMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnScalarMaxValueChanged() 보호된 메소드

protected OnScalarMaxValueChanged ( double newValue ) : void
newValue double
리턴 void

OnScalarMinValueChanged() 보호된 메소드

protected OnScalarMinValueChanged ( double newValue ) : void
newValue double
리턴 void

OnScalarValueChanged() 보호된 메소드

protected OnScalarValueChanged ( double newValue ) : void
newValue double
리턴 void

OnUnitChanged() 보호된 정적인 메소드

protected static OnUnitChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnValueChanged() 보호된 메소드

protected OnValueChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
리턴 void

SetQuantityValue() 보호된 메소드

protected SetQuantityValue ( DependencyProperty property, double value ) : void
property System.Windows.DependencyProperty
value double
리턴 void

SetScalarValue() 보호된 메소드

protected SetScalarValue ( DependencyProperty property, AngularAcceleration quantity ) : void
property System.Windows.DependencyProperty
quantity AngularAcceleration
리턴 void

UpdateIsDirty() 보호된 메소드

protected UpdateIsDirty ( ) : void
리턴 void

프로퍼티 상세

DefaultUnit 공개적으로 정적으로 프로퍼티

public static AngularAccelerationUnit DefaultUnit
리턴 AngularAccelerationUnit

MaxValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MaxValueProperty
리턴 System.Windows.DependencyProperty

MinValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MinValueProperty
리턴 System.Windows.DependencyProperty

UnitProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows UnitProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty