ClassTransitLine
Class
TransitLine DataContract class.
Definition
Namespace:Telerik.Windows.Controls.DataVisualization.Map.BingRest
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
[DataContract]
[Obsolete("This class is obsolete and will be deleted in Q2 2026.")]
public class TransitLine
Inheritance: objectTransitLine
Constructors
TransitLine()
Declaration
cs-api-definition
public TransitLine()
Properties
AgencyId
Gets or sets the AgencyId.
Declaration
cs-api-definition
[DataMember(Name = "agencyId", EmitDefaultValue = false)]
public long AgencyId { get; set; }
Property Value
abbreviatedName
Gets or sets the abbreviatedName.
Declaration
cs-api-definition
[DataMember(Name = "abbreviatedName", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public string abbreviatedName { get; set; }
Property Value
agencyName
Gets or sets the agencyName.
Declaration
cs-api-definition
[DataMember(Name = "agencyName", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public string agencyName { get; set; }
Property Value
lineColor
Gets or sets the lineColor.
Declaration
cs-api-definition
[DataMember(Name = "lineColor", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public long lineColor { get; set; }
Property Value
lineTextColor
Gets or sets the lineTextColor.
Declaration
cs-api-definition
[DataMember(Name = "lineTextColor", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public long lineTextColor { get; set; }
Property Value
phoneNumber
Gets or sets the phoneNumber.
Declaration
cs-api-definition
[DataMember(Name = "phoneNumber", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public string phoneNumber { get; set; }
Property Value
providerInfo
Gets or sets the providerInfo.
Declaration
cs-api-definition
[DataMember(Name = "providerInfo", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public string providerInfo { get; set; }
Property Value
uri
Gets or sets the uri.
Declaration
cs-api-definition
[DataMember(Name = "uri", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public string uri { get; set; }
Property Value
verboseName
Gets or sets the Zoom.
Declaration
cs-api-definition
[DataMember(Name = "verboseName", EmitDefaultValue = false)]
[SuppressMessage("Microsoft.StyleCop.CSharp.NamingRules", "SA1300:ElementMustBeginWithUpperCaseLetter", Justification = "Auto generated name")]
public string verboseName { get; set; }
Property Value