Interface IState<T>
Public interface of a state.
Namespace: ISynergy.Framework.Automations.Abstractions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface IState<T> : IState
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
View SourceFrom
Gets or sets the From property value.
Declaration
T From { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
To
Gets or sets the To property value.
Declaration
T To { get; set; }
Property Value
| Type | Description |
|---|---|
| T |