public final class EmailAddressDictionary extends DictionaryProperty<EmailAddressKey,EmailAddressEntry>
Constructor and Description |
---|
EmailAddressDictionary() |
Modifier and Type | Method and Description |
---|---|
protected EmailAddressEntry |
createEntryInstance()
Creates instance of dictionary entry.
|
EmailAddress |
getEmailAddress(EmailAddressKey key)
Gets the e-mail address at the specified key.
|
protected String |
getFieldURI()
Gets the field URI.
|
void |
setEmailAddress(EmailAddressKey key,
EmailAddress value)
Sets the email address.
|
boolean |
tryGetValue(EmailAddressKey key,
OutParam<EmailAddress> outparam)
Tries to get the e-mail 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 EmailAddressDictionary()
protected String getFieldURI()
getFieldURI
in class DictionaryProperty<EmailAddressKey,EmailAddressEntry>
protected EmailAddressEntry createEntryInstance()
createEntryInstance
in class DictionaryProperty<EmailAddressKey,EmailAddressEntry>
public EmailAddress getEmailAddress(EmailAddressKey key)
key
- the keypublic void setEmailAddress(EmailAddressKey key, EmailAddress value)
key
- the keyvalue
- the valuepublic boolean tryGetValue(EmailAddressKey key, OutParam<EmailAddress> outparam)
key
- the keyoutparam
- the outparamCopyright © 2012–2015 Microsoft. All rights reserved.