Class PrimitiveGroup
Inheritance
System.Object
PrimitiveGroup
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class PrimitiveGroup : ProtoBuf.IExtensible
Constructors
PrimitiveGroup()
Declaration
public PrimitiveGroup()
Properties
changesets
Declaration
public List<ChangeSet> changesets { get; }
Property Value
System.Collections.Generic.List<ChangeSet>
|
dense
nodes
relations
Declaration
public List<Relation> relations { get; }
Property Value
System.Collections.Generic.List<Relation>
|