示例#1
0
 /// <summary>
 /// Converts the filter operator into a string as expected by the SendGrid segmenting API.
 /// Can be overridden in subclasses if the operator needs special formatting.
 /// </summary>
 /// <returns>The string representation of the operator.</returns>
 public virtual string ConvertOperatorToString()
 {
     return(FilterOperator.ToEnumString());
 }