| TransitFactory Class |
[This is preliminary documentation and is subject to change.]
Namespace: NForza.Transit
public class TransitFactory
The TransitFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| TransitFactory | Initializes a new instance of the TransitFactory class |
| Name | Description | |
|---|---|---|
| DefaultDefaultReadHandler |
Returns the IDefaultReadHandlerT of ITaggedValue that is used by default.
| |
| DefaultReadHandlers |
Returns a directory of classes to read handlers that is used by default.
| |
| DefaultWriteHandlers |
Returns a directory of classes to write handlers that is used by default.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Keyword | ||
| Link(String, String) |
Creates a ILink.
| |
| Link(Uri, String) |
Creates a ILink.
| |
| Link(String, String, String, String, String) |
Creates a ILink.
| |
| Link(Uri, String, String, String, String) |
Creates a ILink.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Ratio |
Creates a IRatio.
| |
| Reader(TransitFactoryFormat, Stream) |
Creates a reader instance.
| |
| Reader(TransitFactoryFormat, Stream, IDefaultReadHandlerObject) |
Creates a reader instance.
| |
| Reader(TransitFactoryFormat, Stream, IImmutableDictionaryString, IReadHandler, IDefaultReadHandlerObject) |
Creates a reader instance.
| |
| Symbol | ||
| TaggedValue |
Creates an ITaggedValue.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriterT(TransitFactoryFormat, Stream) |
Creates a writer instance.
| |
| WriterT(TransitFactoryFormat, Stream, IDictionaryType, IWriteHandler) |
Creates a writer instance.
|