Class Osm
Represents the root-object for all API-related communication.
Inheritance
System.Object
    Osm
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Osm : IXmlSerializableProperties
Api
Gets or sets the capabilities.
Declaration
public Capabilities Api { get; set; }Property Value
| Capabilities 
 | 
Bounds
Changesets
Gets or sets the changeset.
Declaration
public Changeset[] Changesets { get; set; }Property Value
| Changeset[] 
 | 
Generator
Gets or sets the generator.
Declaration
public string Generator { get; set; }Property Value
| System.String 
 | 
GpxFiles
Gets or sets the GPX files.
Declaration
public GpxFile[] GpxFiles { get; set; }Property Value
| GpxFile[] 
 | 
Nodes
Notes
Permissions
Gets or sets the Permissions.
Declaration
public Permissions Permissions { get; set; }Property Value
| Permissions 
 | 
Policy
Preferences
Gets or sets the Preferences.
Declaration
public Preferences Preferences { get; set; }Property Value
| Preferences 
 | 
Relations
Gets or sets the relations array.
Declaration
public Relation[] Relations { get; set; }Property Value
| Relation[] 
 | 
User
Users
Version
Gets or sets the version #.
Declaration
public double ? Version { get; set; }Property Value
| System.Nullable<System.Double> 
 |