Exemplo n.º 1
0
 public UpdateGraph(SparqlGrpahRefTypeEnum sparqlGrpahRefTypeEnum1)
 {
     // TODO: Complete member initialization
     this.SparqlGrpahRefTypeEnum = sparqlGrpahRefTypeEnum1;
 }
Exemplo n.º 2
0
 public UpdateGraph(string uriNode)
 {
     // TODO: Complete member initialization
     this.Name = uriNode;
     this.SparqlGrpahRefTypeEnum = SparqlGrpahRefTypeEnum.Setted;
 }