Class BaseState<T>
Base Generic State
Inheritance
System.Object
BaseState<T>
Inherited Members
Namespace: ISynergy.Framework.Automations.States.Base
Assembly: ISynergy.Framework.Automations.dll
Syntax
public abstract class BaseState<T> : BaseState, IObservableClass, IBindable, IState<T>, IState
Type Parameters
Name | Description |
---|---|
T |
Constructors
View SourceBaseState(T, T, TimeSpan)
Default constructor.
Declaration
protected BaseState(T from, T to, TimeSpan for)
Parameters
Type | Name | Description |
---|---|---|
T | from | |
T | to | |
TimeSpan | for |
Properties
View SourceFrom
Gets or sets the From property value.
Declaration
public T From { get; set; }
Property Value
Type | Description |
---|---|
T |
To
Gets or sets the To property value.
Declaration
public T To { get; set; }
Property Value
Type | Description |
---|---|
T |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo