Class TimeTrigger
Time trigger.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.Triggers
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class TimeTrigger : BaseTrigger, IObservableClass, IBindable, ITrigger
Constructors
View SourceTimeTrigger(Guid, TimeSpan, Boolean)
Default constructor.
Declaration
public TimeTrigger(Guid automationId, TimeSpan at, bool isFixedTime)
Parameters
Type | Name | Description |
---|---|---|
Guid | automationId | |
TimeSpan | at | |
System.Boolean | isFixedTime |
Properties
View SourceAt
Gets or sets the At property value.
Declaration
public TimeSpan At { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
IsFixedTime
Gets or sets the IsFixedTime property value.
Declaration
public bool IsFixedTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo