Show / Hide Table of Contents

Class Constants

Holds constants.

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

Fields

NODE_ID_META_NAME

Holds the name of vertex meta data collection keeping node id's.

Declaration
public static string NODE_ID_META_NAME
Field Value
System.String

WAY_ID_META_NAME

Holds the name of edge meta data collection keeping way id's.

Declaration
public static string WAY_ID_META_NAME
Field Value
System.String

WAY_NODE_IDX_META_NAME

Holds the name of edge meta data collection keeping starting node index in way's.

Declaration
public static string WAY_NODE_IDX_META_NAME
Field Value
System.String

Back to top Built by Itinero, MIT licensed.