Class TimeState
Time state.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Automations.States
Assembly: ISynergy.Framework.Automations.dll
Syntax
public class TimeState : ObservableClass, IObservableClass, IBindable
Constructors
View SourceTimeState(TimeSpan, TimeSpan, Boolean)
Default constructor.
Declaration
public TimeState(TimeSpan after, TimeSpan before, bool isFixedTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | after | |
TimeSpan | before | |
System.Boolean | isFixedTime |
Properties
View SourceAfter
Gets or sets the After property value.
Declaration
public TimeSpan After { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Before
Gets or sets the Before property value.
Declaration
public TimeSpan Before { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Friday
Gets or sets the Friday property value.
Declaration
public bool Friday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFixedTime
Gets or sets the IsFixedTime property value.
Declaration
public bool IsFixedTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Monday
Gets or sets the Monday property value.
Declaration
public bool Monday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Saturday
Gets or sets the Saturday property value.
Declaration
public bool Saturday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Sunday
Gets or sets the Sunday property value.
Declaration
public bool Sunday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Thursday
Gets or sets the Thursday property value.
Declaration
public bool Thursday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Tuesday
Gets or sets the Tuesday property value.
Declaration
public bool Tuesday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Wednesday
Gets or sets the Wednesday property value.
Declaration
public bool Wednesday { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo