Exemplo n.º 1
0
 public void Init(ObjectPropertyGraph propertyGraph, IEnumerable <object[]> objects)
 {
     PropertyGraph = propertyGraph ?? throw new ArgumentNullException(nameof(propertyGraph));
     Objects       = objects ?? throw new ArgumentNullException(nameof(objects));
 }
Exemplo n.º 2
0
 public ComplexProp(string name, ObjectPropertyGraph value)
 {
     this.Name  = name;
     this.Value = value;
 }