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
stringThe unique identifier for the route list.
name
stringThe name of the route list.
Properties
Name
Gets the name of the route list.
public string Name { get; }
Property Value
RouteListId
Gets the unique identifier for the route list.
public string RouteListId { get; }