Class Transfer
Represents a rules for making connections at transfer points between routes.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Transfer : GTFSEntity
Properties
FromStopId
Gets or sets a stop or station where a connection between routes begins.
Declaration
public string FromStopId { get; set; }
Property Value
System.String
|
MinimumTransferTime
Gets or sets the amount of time that must be available in an itinerary to permit a transfer between routes at these stops.
Declaration
public string MinimumTransferTime { get; set; }
Property Value
System.String
|
ToStopId
Gets or sets a stop or station where a connection between routes ends.
Declaration
public string ToStopId { get; set; }
Property Value
System.String
|
TransferType
Gets or sets the type of connection for the specified (from_stop_id, to_stop_id) pair.
Declaration
public TransferType TransferType { get; set; }
Property Value
TransferType
|
Methods
Equals(Object)
Returns true if the given object contains the same data.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Serves as a hash function.
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()