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