Click or drag to resize
TransitFactory Methods

[This is preliminary documentation and is subject to change.]

The TransitFactory type exposes the following members.

Methods
  Name Description
Public method Static member DefaultDefaultReadHandler
Public method Static member DefaultReadHandlers
Returns a directory of classes to read handlers that is used by default.
Public method Static member DefaultWriteHandlers
Returns a directory of classes to write handlers that is used by default.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Static member Keyword
Converts a String or IKeyword to an IKeyword.
Public method Static member Link(String, String)
Creates a ILink.
Public method Static member Link(Uri, String)
Creates a ILink.
Public method Static member Link(String, String, String, String, String)
Creates a ILink.
Public method Static member Link(Uri, String, String, String, String)
Creates a ILink.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Ratio
Creates a IRatio.
Public method Static member Reader(TransitFactoryFormat, Stream)
Creates a reader instance.
Public method Static member Reader(TransitFactoryFormat, Stream, IDefaultReadHandlerObject)
Creates a reader instance.
Public method Static member Reader(TransitFactoryFormat, Stream, IImmutableDictionaryString, IReadHandler, IDefaultReadHandlerObject)
Creates a reader instance.
Public method Static member Symbol
Converts a String or ISymbol to an ISymbol.
Public method Static member TaggedValue
Creates an ITaggedValue.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Static member WriterT(TransitFactoryFormat, Stream)
Creates a writer instance.
Public method Static member WriterT(TransitFactoryFormat, Stream, IDictionaryType, IWriteHandler)
Creates a writer instance.
Top
See Also