Class Relation
Inheritance
System.Object
    Relation
  Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Relation : ProtoBuf.IExtensibleConstructors
Relation()
Declaration
public Relation()Properties
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> 
 | 
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> 
 |