Show / Hide Table of Contents

Class ChangeSet

Inheritance
System.Object
ChangeSet
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class ChangeSet : ProtoBuf.IExtensible

Constructors

ChangeSet()

Declaration
public ChangeSet()

Properties

bbox

Declaration
public HeaderBBox bbox { get; set; }
Property Value
HeaderBBox

closetime_delta

Declaration
public long closetime_delta { get; set; }
Property Value
System.Int64

created_at

Declaration
public long created_at { get; set; }
Property Value
System.Int64

id

Declaration
public long id { get; set; }
Property Value
System.Int64

info

Declaration
public Info info { get; set; }
Property Value
Info

keys

Declaration
public List<uint> keys { get; }
Property Value
System.Collections.Generic.List<System.UInt32>

open

Declaration
public bool open { get; set; }
Property Value
System.Boolean

vals

Declaration
public List<uint> vals { get; }
Property Value
System.Collections.Generic.List<System.UInt32>

Back to top Built by Itinero, MIT licensed.