Class TransitLine
Inheritance
System.Object
TransitLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Map.Bing
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class TransitLine
Constructors
TransitLine()
Declaration
public TransitLine()
Properties
abbreviatedName
Declaration
public string abbreviatedName { get; set; }
Property Value
System.String
|
AgencyId
Declaration
public long AgencyId { get; set; }
Property Value
System.Int64
|
agencyName
Declaration
public string agencyName { get; set; }
Property Value
System.String
|
lineColor
Declaration
public long lineColor { get; set; }
Property Value
System.Int64
|
lineTextColor
Declaration
public long lineTextColor { get; set; }
Property Value
System.Int64
|
phoneNumber
Declaration
public string phoneNumber { get; set; }
Property Value
System.String
|
providerInfo
Declaration
public string providerInfo { get; set; }
Property Value
System.String
|
uri
Declaration
public string uri { get; set; }
Property Value
System.String
|
verboseName
Declaration
public string verboseName { get; set; }
Property Value
System.String
|