Show / Hide Table of Contents

Class RouteTypeExtendedExtensions

Contains extension methods for the extended route type.

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

Methods

TryToRouteType(RouteTypeExtended, out RouteType)

Tries to convert the given extended type to a route type.

Declaration
public static bool TryToRouteType(this RouteTypeExtended extendedType, out RouteType routeType)
Parameters
RouteTypeExtended extendedType

The extended route type.

RouteType routeType

The route type, if any.

Returns
System.Boolean

True if a route type exists for the extended type, false otherwise.

Back to top Built by Itinero, MIT licensed.