Show / Hide Table of Contents

Class GTFSFeedValidation

Contains code to validate GTFS feed.

Inheritance
System.Object
GTFSFeedValidation
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 class GTFSFeedValidation

Methods

Validate(IGTFSFeed)

Validates a GTFS feed.

Declaration
public static bool Validate(IGTFSFeed feed)
Parameters
IGTFSFeed feed

Returns
System.Boolean

Validate(IGTFSFeed, out String)

Validates a GTFS feed.

Declaration
public static bool Validate(IGTFSFeed feed, out string messages)
Parameters
IGTFSFeed feed

System.String messages

Returns
System.Boolean

Back to top Built by Itinero, MIT licensed.