Esempio 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));
 }
Esempio n. 2
0
 public ComplexProp(string name, ObjectPropertyGraph value)
 {
     this.Name  = name;
     this.Value = value;
 }