Exemplo n.º 1
0
 /// <summary>
 /// Sets the value using another field.
 /// This is done only if confidence is better.
 /// </summary>
 /// <param name="field">The field.</param>
 /// <returns>True if set..</returns>
 public bool SetValue(IAgentField field)
 {
     return(this.SetValue(field.GetValue(), field.GetConfidence()));
 }
 /// <summary>
 /// The sets the user agent field.
 /// </summary>
 /// <param name="newResultAgentField">The new user agent to set.</param>
 public void SetResultAgentField(IAgentField newResultAgentField)
 {
     this.resultAgentField = newResultAgentField;
 }