Show / Hide Table of Contents

Class Relation

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

Constructors

Relation()

Declaration
public Relation()

Properties

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>

memids

Declaration
public List<long> memids { get; }
Property Value
System.Collections.Generic.List<System.Int64>

roles_sid

Declaration
public List<int> roles_sid { get; }
Property Value
System.Collections.Generic.List<System.Int32>

types

Declaration
public List<Relation.MemberType> types { get; }
Property Value
System.Collections.Generic.List<Relation.MemberType>

vals

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

Back to top Built by Itinero, MIT licensed.