Beispiel #1
0
 public QueryCriteriaItem(GWDataDBField targetfield, string sourcefield)
     : base(targetfield, sourcefield)
 {
 }
Beispiel #2
0
 public QueryCriteriaItem(string targetfield, GWDataDBField sourcefield, string lutName, bool redundancyFlag, QueryCriteriaType type)
     : base(targetfield, sourcefield, lutName, redundancyFlag)
 {
     _type = type;
 }
Beispiel #3
0
 public QueryCriteriaItem(string targetfield, GWDataDBField sourcefield, bool redundancyFlag)
     : base(targetfield, sourcefield, redundancyFlag)
 {
 }
Beispiel #4
0
 public QueryCriteriaItem(string targetfield, GWDataDBField sourcefield, string lutName, QueryCriteriaType type)
     : base(targetfield, sourcefield, lutName)
 {
     _type = type;
 }
Beispiel #5
0
 public QueryCriteriaItem(GWDataDBField targetfield, string sourcefield, string lutName, bool redundancyFlag)
     : base(targetfield, sourcefield, lutName, redundancyFlag)
 {
 }
Beispiel #6
0
 public QueryCriteriaItem(GWDataDBField targetfield, string sourcefield, bool redundancyFlag, QueryCriteriaType type)
     : base(targetfield, sourcefield, redundancyFlag)
 {
     _type = type;
 }