Show / Hide Table of Contents

Class PrimitiveBlock

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

Constructors

PrimitiveBlock()

Declaration
public PrimitiveBlock()

Properties

date_granularity

Declaration
public int date_granularity { get; set; }
Property Value
System.Int32

granularity

Declaration
public int granularity { get; set; }
Property Value
System.Int32

lat_offset

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

lon_offset

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

primitivegroup

Declaration
public List<PrimitiveGroup> primitivegroup { get; }
Property Value
System.Collections.Generic.List<PrimitiveGroup>

stringtable

Declaration
public StringTable stringtable { get; set; }
Property Value
StringTable

Back to top Built by Itinero, MIT licensed.