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