Class GTFSEntity
Represents a base-class for all GTFS entities.
Inheritance
System.Object
GTFSEntity
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
|