Modifier and Type | Method and Description |
---|---|
CustomerEvent |
EventList.get_Item(int index)
Gets or sets the element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<CustomerEvent> |
EventList.iterator()
Returns an enumerator that iterates through a collection.
|
Modifier and Type | Method and Description |
---|---|
void |
EventList.add(CustomerEvent value)
Adds an item to the list.
|
void |
EventList.addItem(CustomerEvent value) |
int |
CustomerEvent.compareTo(CustomerEvent 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 |
EventList.contains(CustomerEvent value)
Determines whether the list contains a specific value.
|
boolean |
EventList.containsItem(CustomerEvent value) |
void |
EventList.copyTo(CustomerEvent[] array,
int index)
Copies the elements to an array, starting at a particular array index.
|
void |
EventList.copyToTArray(CustomerEvent[] array,
int index) |
boolean |
CustomerEvent.equals(CustomerEvent obj)
Determines whether the specified Object is equal to the current Object.
|
boolean |
CustomerEvent.equals(CustomerEvent x,
CustomerEvent y)
Determines whether the specified object instances are considered equal.
|
int |
CustomerEvent.hashCode(CustomerEvent obj)
GetHashCode returns a hash function for specified object.
|
int |
EventList.indexOf(CustomerEvent value)
Determines the index of a specific item in the list.
|
int |
EventList.indexOfItem(CustomerEvent value) |
void |
EventList.insert(int index,
CustomerEvent value)
Inserts an item to the list at the specified index.
|
void |
EventList.insertItem(int index,
CustomerEvent value) |
static boolean |
CustomerEvent.op_Equality(CustomerEvent a,
CustomerEvent b)
Determines whether the specified objects are equal.
|
static boolean |
CustomerEvent.op_Inequality(CustomerEvent a,
CustomerEvent b)
Determines whether the specified objects are not equal.
|
boolean |
EventList.remove(CustomerEvent value)
Removes the first occurrence of a specific object from the list.
|
boolean |
EventList.removeItem(CustomerEvent value) |
void |
EventList.set_Item(int index,
CustomerEvent value)
Gets or sets the element at the specified index.
|