Table of Contents

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

scheduleId string

The unique identifier for the schedule.

name string

The name of the schedule.

Properties

Name

Gets the name of the schedule.

public string Name { get; }

Property Value

string

ScheduleId

Gets the ID of the schedule.

public string ScheduleId { get; }

Property Value

string