Ejemplo n.º 1
0
 public ListRequest setQuery(QueryObject query)
 {
     this.QueryObject = query;
     return(this);
 }
Ejemplo n.º 2
0
 public ListRequest()
 {
     QueryObject           = new QueryObject();
     this.IncludeUndeleted = true;
 }