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