Show / Hide Table of Contents

Class RouterDbProfile

A profile for a memory-mapped router db.

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

Fields

Default

A profile telling the router db it's on some high-end mobile device.

Declaration
public static RouterDbProfile Default
Field Value
RouterDbProfile

MobileHighEnd

A profile telling the router db it's on some high-end mobile device.

Declaration
public static RouterDbProfile MobileHighEnd
Field Value
RouterDbProfile

MobileLowEnd

A profile telling the router db it's on some low-end mobile device.

Declaration
public static RouterDbProfile MobileLowEnd
Field Value
RouterDbProfile

NoCache

A profile telling the router db to do no caching.

Declaration
public static RouterDbProfile NoCache
Field Value
RouterDbProfile

Properties

ContractedDbProfile

Gets or sets the contracted db profile.

Declaration
public ContractedDbProfile ContractedDbProfile { get; set; }
Property Value
ContractedDbProfile

RestrictionDbProfile

Gets or sets the restriction db profile.

Declaration
public RestrictionsDbProfile RestrictionDbProfile { get; set; }
Property Value
RestrictionsDbProfile

RoutingNetworkProfile

Gets or sets the routing network profile.

Declaration
public RoutingNetworkProfile RoutingNetworkProfile { get; set; }
Property Value
RoutingNetworkProfile

VertexDataProfile

Gets or sets the vertex data profile.

Declaration
public ArrayProfile VertexDataProfile { get; set; }
Property Value
ArrayProfile

VertexMetaProfile

Gets or sets the vertex meta profile.

Declaration
public MappedAttributesIndexProfile VertexMetaProfile { get; set; }
Property Value
MappedAttributesIndexProfile

Back to top Built by Itinero, MIT licensed.