Class OsmGeo
Primive used as a base class for any osm object that has a meaning on the map (Nodes, Ways and Relations).
Inheritance
System.Object
    OsmGeo
  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 abstract class OsmGeoProperties
ChangeSetId
Gets or sets the changeset id.
Declaration
public long ? ChangeSetId { get; set; }Property Value
| System.Nullable<System.Int64> 
 | 
Id
Gets or sets the id.
Declaration
public long ? Id { get; set; }Property Value
| System.Nullable<System.Int64> 
 | 
Tags
Gets or sets the tags.
Declaration
public TagsCollectionBase Tags { get; set; }Property Value
| TagsCollectionBase 
 | 
TimeStamp
Gets or sets the timestamp.
Declaration
public DateTime? TimeStamp { get; set; }Property Value
| System.Nullable<System.DateTime> 
 | 
Type
Gets the OsmGeo-type.
Declaration
public OsmGeoType Type { get; protected set; }Property Value
| OsmGeoType 
 | 
UserId
Gets or sets the userid.
Declaration
public long ? UserId { get; set; }Property Value
| System.Nullable<System.Int64> 
 | 
UserName
Gets or sets the username.
Declaration
public string UserName { get; set; }Property Value
| System.String 
 | 
Version
Gets or sets the version.
Declaration
public long ? Version { get; set; }Property Value
| System.Nullable<System.Int64> 
 | 
Visible
Gets or sets the visible flag.
Declaration
public bool ? Visible { get; set; }Property Value
| System.Nullable<System.Boolean> 
 |