public static class SearchFilter.IsEqualTo extends SearchFilter.RelationalFilter
SearchFilter.ContainsSubstring, SearchFilter.ExcludesBitmask, SearchFilter.Exists, SearchFilter.IsEqualTo, SearchFilter.IsGreaterThan, SearchFilter.IsGreaterThanOrEqualTo, SearchFilter.IsLessThan, SearchFilter.IsLessThanOrEqualTo, SearchFilter.IsNotEqualTo, SearchFilter.Not, SearchFilter.PropertyBasedFilter, SearchFilter.RelationalFilter, SearchFilter.SearchFilterCollection
Constructor and Description |
---|
IsEqualTo()
Initializes a new instance of the class.
|
IsEqualTo(PropertyDefinitionBase propertyDefinition,
Object value)
Initializes a new instance of the class.
|
IsEqualTo(PropertyDefinitionBase propertyDefinition,
PropertyDefinitionBase otherPropertyDefinition)
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getXmlElementName()
Gets the name of the XML element.
|
getOtherPropertyDefinition, getValue, internalValidate, setOtherPropertyDefinition, setValue, tryReadElementFromXml, writeElementsToXml
getPropertyDefinition, setPropertyDefinition
loadFromXml, writeToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, clearChangeLog, func, getNamespace, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
public IsEqualTo()
public IsEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
propertyDefinition
- The definition of the property that is being compared.otherPropertyDefinition
- The definition of the property to compare with.public IsEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
propertyDefinition
- The definition of the property that is being compared.value
- The value of the property to compare with.protected String getXmlElementName()
getXmlElementName
in class SearchFilter.RelationalFilter
Copyright © 2012–2015 Microsoft. All rights reserved.