Exemplo n.º 1
0
 public Criteria(Criteria other)
 {
     this.FieldIndex_ = other.FieldIndex_;
     this.Preference_ = other.Preference_;
 }
Exemplo n.º 2
0
 public Criteria(FieldIndex fieldIndex, Preference preference)
 {
     FieldIndex_ = fieldIndex;
     Preference_ = preference;
 }
Exemplo n.º 3
0
 public Criteria(FieldIndex fieldIndex)
 {
     FieldIndex_ = fieldIndex;
     Preference_ = Fields[(int)FieldIndex_].DefaultPreference;
 }
Exemplo n.º 4
0
 public Criteria(Criteria other)
 {
     this.FieldIndex_ = other.FieldIndex_;
     this.Preference_ = other.Preference_;
 }
Exemplo n.º 5
0
 public Criteria(FieldIndex fieldIndex, Preference preference)
 {
     FieldIndex_ = fieldIndex;
     Preference_ = preference;
 }
Exemplo n.º 6
0
 public Criteria(FieldIndex fieldIndex)
 {
     FieldIndex_ = fieldIndex;
     Preference_ = Fields[(int)FieldIndex_].DefaultPreference;
 }