Modifier and Type | Method and Description |
---|---|
PostalAddress |
PostalAddressList.get_Item(int index)
Gets or sets the element at the specified index.
|
PostalAddress |
PostalAddressList.getHomeAddress()
Default home address
|
PostalAddress |
PostalAddressList.getOtherAddress()
Default other address
|
PostalAddress |
PostalAddressList.getWorkAddress()
Default work address
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<PostalAddress> |
PostalAddressList.iterator()
Returns an enumerator that iterates through a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
PostalAddressList.add(PostalAddress value)
Adds an item to the list.
|
void |
PostalAddressList.addItem(PostalAddress value) |
int |
PostalAddress.compareTo(PostalAddress obj)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
|
boolean |
PostalAddressList.contains(PostalAddress value)
Determines whether the list contains a specific value.
|
boolean |
PostalAddressList.containsItem(PostalAddress value) |
void |
PostalAddressList.copyTo(PostalAddress[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
void |
PostalAddressList.copyToTArray(PostalAddress[] array,
int index) |
boolean |
PostalAddress.equals(PostalAddress obj) |
boolean |
PostalAddress.equals(PostalAddress x,
PostalAddress y)
Determines whether the specified object instances are considered equal.
|
int |
PostalAddress.hashCode(PostalAddress obj)
GetHashCode returns a hash function for specified object.
|
int |
PostalAddressList.indexOf(PostalAddress value)
Determines the index of a specific item in the list.
|
int |
PostalAddressList.indexOfItem(PostalAddress value) |
void |
PostalAddressList.insert(int index,
PostalAddress value)
Inserts an item to the list at the specified index.
|
void |
PostalAddressList.insertItem(int index,
PostalAddress value) |
static boolean |
PostalAddress.op_Equality(PostalAddress a,
PostalAddress b)
Determines whether the specified objects are equal.
|
static boolean |
PostalAddress.op_Inequality(PostalAddress a,
PostalAddress b)
Determines whether the specified objects are not equal.
|
boolean |
PostalAddressList.remove(PostalAddress value)
Removes the first occurrence of a specific object from the list.
|
boolean |
PostalAddressList.removeItem(PostalAddress value) |
void |
PostalAddressList.set_Item(int index,
PostalAddress value)
Gets or sets the element at the specified index.
|
void |
PostalAddressList.setHomeAddress(PostalAddress value)
Default home address
|
void |
PostalAddressList.setOtherAddress(PostalAddress value)
Default other address
|
void |
PostalAddressList.setWorkAddress(PostalAddress value)
Default work address
|