Interface ITrigger<T>
Public interface of a generic trigger.
Namespace: ISynergy.Framework.Automations.Abstractions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface ITrigger<T> : ITrigger
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 |