Class AlarmSchedule
- Namespace
- SenseAnywhere.Sdk.Alarms
- Assembly
- SenseAnywhere.Sdk.dll
Represents an alarm schedule for alarm profiles that are only active during selected hours.
public sealed class AlarmSchedule
- Inheritance
-
AlarmSchedule
- Inherited Members
Constructors
AlarmSchedule(string, string)
Initializes a new instance of the AlarmSchedule class.
public AlarmSchedule(string scheduleId, string name)
Parameters
Properties
Name
Gets the name of the schedule.
public string Name { get; }
Property Value
ScheduleId
Gets the ID of the schedule.
public string ScheduleId { get; }