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