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