public UpdateGraph(SparqlGrpahRefTypeEnum sparqlGrpahRefTypeEnum1) { // TODO: Complete member initialization this.SparqlGrpahRefTypeEnum = sparqlGrpahRefTypeEnum1; }
public UpdateGraph(string uriNode) { // TODO: Complete member initialization this.Name = uriNode; this.SparqlGrpahRefTypeEnum = SparqlGrpahRefTypeEnum.Setted; }