Class BaseNumericState<T>
Base generic numeric state.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.States.Base
Assembly: ISynergy.Framework.Automations.dll
Syntax
public abstract class BaseNumericState<T> : BaseState, IObservableClass, IBindable where T : struct
Type Parameters
Name | Description |
---|---|
T |
Constructors
View SourceBaseNumericState(T, T)
Declaration
protected BaseNumericState(T below, T above)
Parameters
Type | Name | Description |
---|---|---|
T | below | |
T | above |
Properties
View SourceAbove
Gets or sets the Above property value.
Declaration
public T Above { get; set; }
Property Value
Type | Description |
---|---|
T |
Below
Gets or sets the Below property value.
Declaration
public T Below { get; set; }
Property Value
Type | Description |
---|---|
T |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo