PersonaPostalAddress class

Represents PersonaPostalAddress.
Inheritance

Constructors

PersonaPostalAddress()
Initializes a new instance of the
PersonaPostalAddress.withDetails(String street, String city, String state, String country, String postalCode, String postOfficeBox, LocationSource locationSource, String locationUri, String formattedAddress, double latitude, double longitude, double accuracy, double altitude, double altitudeAccuracy)
Initializes a new instance of the

Properties

Accuracy double?
Gets or sets the location accuracy.
getter/setter pair
Altitude double?
Gets or sets the location altitude.
getter/setter pair
AltitudeAccuracy double?
Gets or sets the location altitude accuracy.
getter/setter pair
City String?
Gets or sets the City.
getter/setter pair
Country String?
Gets or sets the Country.
getter/setter pair
FormattedAddress String?
Gets or sets the street address.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Latitude double?
Gets or sets a value indicating location latitude.
getter/setter pair
Longitude double?
Gets or sets a value indicating location longitude.
getter/setter pair
Namespace XmlNamespace
Gets or sets the namespace.
getter/setter pairinherited
OnChangeList List<IComplexPropertyChangedDelegate>
Occurs when property changed.
getter/setter pairinherited
PostalCode String?
Gets or sets the postalCode.
getter/setter pair
PostOfficeBox String?
Gets or sets the postOfficeBox.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Source LocationSource?
Gets or sets the location source type.
getter/setter pair
State String?
Gets or sets the state.
getter/setter pair
Street String?
Gets or sets the street.
getter/setter pair
Type String?
Gets or sets the type.
getter/setter pair
Uri String?
Gets or sets the location Uri.
getter/setter pair

Methods

addOnChangeEvent(IComplexPropertyChangedDelegate change) → void
inherited
CanSetFieldValue<T>(T field, T value) bool
Sets value of field.
inherited
Changed() → dynamic
Instance was changed.
inherited
ClearChangeLog() → void
Clears the change log.
inherited
InternalValidate() → void
Validates this instance.
inherited
LoadFromXml(EwsServiceXmlReader reader, String? xmlElementName) Future<void>
Loads from XML.
inherited
LoadFromXmlElementName(EwsServiceXmlReader reader) Future<void>
Loads from XML.
LoadFromXmlWithNamespace(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String? xmlElementName) Future<void>
Loads from XML.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ReadAttributesFromXml(EwsServiceXmlReader reader) → void
Reads the attributes from XML.
inherited
ReadTextValueFromXml(EwsServiceXmlReader reader) Future<void>
Reads the text value from XML.
inherited
removeChangeEvent(IComplexPropertyChangedDelegate change) → void
inherited
toString() String
A string representation of this object.
inherited
TryReadElementFromXml(EwsServiceXmlReader reader) Future<bool>
Tries to read element from XML.
override
TryReadElementFromXmlToPatch(EwsServiceXmlReader reader) Future<bool>
Tries to read element from XML to patch this property.
inherited
UpdateFromXml(EwsServiceXmlReader reader, String xmlElementName) Future<void>
Loads from XML to update this property.
inherited
UpdateFromXmlWithNamespace(EwsServiceXmlReader reader, XmlNamespace xmlNamespace, String xmlElementName) Future<void>
Loads from XML to update itself.
inherited
Validate() → void
Implements ISelfValidate.Validate. Validates this instance.
inherited
WriteAttributesToXml(EwsServiceXmlWriter writer) → void
Writes the attributes to XML.
inherited
WriteElementsToXml(EwsServiceXmlWriter writer) → void
Writes elements to XML.
override
WriteToXml(EwsServiceXmlWriter writer, String? xmlElementName) → void
Writes to XML.
inherited
WriteToXmlElementName(EwsServiceXmlWriter writer) → void
Writes to XML.
WriteToXmlWithNamespace(EwsServiceXmlWriter writer, XmlNamespace xmlNamespace, String? xmlElementName) → void
Writes to XML.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited