Information about the transit agency. Note: You must display the names and URLs of the transit agencies servicing the trip results.
Definition
public class TransitAgency
Summary
The following table summarizes the members exposed in this class.
Public Constructors
TransitAgency Constructor() | Initializes a new instance of the TransitAgency class. |
Public Properties
Name | Contains the name of the transit agency. |
Phone | Contains the phone number of the transit agency. |
Url | Contains the URL for the transit agency. |
Public Constructors
public TransitAgency()
Public Properties
public string Name { get; set; }
Contains the name of the transit agency.
public string Phone { get; set; }
Contains the phone number of the transit agency.
public string Url { get; set; }
Contains the URL for the transit agency.