public final class ImAddressDictionary extends DictionaryProperty<ImAddressKey,ImAddressEntry>
Constructor and Description |
---|
ImAddressDictionary() |
Modifier and Type | Method and Description |
---|---|
protected ImAddressEntry |
createEntryInstance()
Creates instance of dictionary entry.
|
protected String |
getFieldURI()
Gets the field URI.
|
String |
getImAddressKey(ImAddressKey key)
Gets the Instant Messaging address at the specified key.
|
void |
setImAddressKey(ImAddressKey key,
String value)
Sets the im address key.
|
boolean |
tryGetValue(ImAddressKey key,
OutParam<String> outParam)
Tries to get the IM address associated with the specified key.
|
clearChangeLog, complexPropertyChanged, contains, createEntry, getEntries, getEntryXmlElementName, getFieldIndex, internalAdd, internalAddOrReplace, internalRemove, loadFromXml, writeDeleteUpdateToXml, writeElementsToXml, writeSetUpdateToXml, writeToXml
addOnChangeEvent, canSetFieldValue, changed, clearChangeEvents, func, getNamespace, internalValidate, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXml, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml
public ImAddressDictionary()
protected String getFieldURI()
getFieldURI
in class DictionaryProperty<ImAddressKey,ImAddressEntry>
protected ImAddressEntry createEntryInstance()
createEntryInstance
in class DictionaryProperty<ImAddressKey,ImAddressEntry>
public String getImAddressKey(ImAddressKey key)
key
- the keypublic void setImAddressKey(ImAddressKey key, String value)
key
- the keyvalue
- the valuepublic boolean tryGetValue(ImAddressKey key, OutParam<String> outParam)
key
- the keyoutParam
- the out paramCopyright © 2012–2015 Microsoft. All rights reserved.