Exemple #1
0
 public FacetInfo(FacetCheckInterface check, string facetName, string stringValue, int intValue)
 {
     this.check = check;
     this.facetName = facetName;
     this.stringValue = stringValue;
     this.intValue = intValue;
 }
Exemple #2
0
 public FacetInfo(FacetCheckInterface check, string facetName, string stringValue, int intValue)
 {
     this.check       = check;
     this.facetName   = facetName;
     this.stringValue = stringValue;
     this.intValue    = intValue;
 }