|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ComparisonMode in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return ComparisonMode | |
|---|---|
ComparisonMode |
SearchFilter.ContainsSubstring.getComparisonMode()
Gets the comparison mode. |
static ComparisonMode |
ComparisonMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComparisonMode[] |
ComparisonMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in microsoft.exchange.webservices.data with parameters of type ComparisonMode | |
|---|---|
void |
SearchFilter.ContainsSubstring.setComparisonMode(ComparisonMode comparisonMode)
sets the comparison mode. |
| Constructors in microsoft.exchange.webservices.data with parameters of type ComparisonMode | |
|---|---|
SearchFilter.ContainsSubstring(PropertyDefinitionBase propertyDefinition,
String value,
ContainmentMode containmentMode,
ComparisonMode comparisonMode)
Initializes a new instance of the class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||