Show / Hide Table of Contents

Class Capabilities

Represents the API capabilities.

Inheritance
System.Object
Capabilities
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Capabilities : IXmlSerializable

Properties

Area

Gets or sets the area.

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

Changesets

Gets or sets the changesets.

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

NoteArea

Gets or sets the area.

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

Status

Gets or sets the status.

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

Timeout

Gets or sets the timeout.

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

Tracepoints

Gets or sets the tracepoints.

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

Version

Gets or sets the version.

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

WayNodes

Gets or sets the way nodes.

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

Back to top Built by Itinero, MIT licensed.