Class BooleanState
State trigger based on a boolean.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
IState<System.Boolean>
Inherited Members
Namespace: ISynergy.Framework.Automations.States
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class BooleanState : BaseState<bool>, IObservableClass, IBindable, IState<bool>, IState
Constructors
View SourceBooleanState(Boolean, TimeSpan)
Default constructor.
Declaration
public BooleanState(bool value, TimeSpan for)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | |
TimeSpan | for |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo