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
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
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>
|