Show / Hide Table of Contents

Class GTFSEntity

Represents a base-class for all GTFS entities.

Inheritance
System.Object
GTFSEntity
Agency
Calendar
CalendarDate
FareAttribute
FareRule
FeedInfo
Frequency
Level
Pathway
Route
Shape
Stop
StopTime
Transfer
Trip
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public abstract class GTFSEntity

Properties

Tag

Gets or sets a tag.

Declaration
public object Tag { get; set; }
Property Value
System.Object

Remarks

Can be used to attach extra information.

Events

EntityChanged

Entity changed event.

Declaration
public event GTFSEntityChangedEventHandler EntityChanged
Event Type
GTFSEntityChangedEventHandler

Back to top Built by Itinero, MIT licensed.