Table of Contents

Class RouteList

Namespace
SenseAnywhere.Sdk.Alarms
Assembly
SenseAnywhere.Sdk.dll

Represents a list of transport routes.

public sealed class RouteList
Inheritance
RouteList
Inherited Members

Constructors

RouteList(string, string)

Initializes a new instance of the RouteList class.

public RouteList(string routeListId, string name)

Parameters

routeListId string

The unique identifier for the route list.

name string

The name of the route list.

Properties

Name

Gets the name of the route list.

public string Name { get; }

Property Value

string

RouteListId

Gets the unique identifier for the route list.

public string RouteListId { get; }

Property Value

string