Class DecimalState
Numeric trigger based on a decimal.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
IState<System.Decimal>
Inherited Members
Namespace: ISynergy.Framework.Automations.States
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class DecimalState : BaseState<decimal>, IObservableClass, IBindable, IState<decimal>, IState
Constructors
View SourceDecimalState(Decimal, Decimal, TimeSpan)
Default constructor.
Declaration
public DecimalState(decimal from, decimal to, TimeSpan for)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Decimal | from | |
| System.Decimal | to | |
| TimeSpan | for |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo