Interface ISearchStringProvider
-
- All Known Implementing Classes:
Attendee,EmailAddress,Mailbox
public interface ISearchStringProvider
Interface defined for types that can produce a string representation for use in search filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSearchString()Get a string representation for using this instance in a search filter.
-
-
-
Method Detail
-
getSearchString
String getSearchString()
Get a string representation for using this instance in a search filter.- Returns:
- String representation of instance.
-
-