Add | Adds a Contact to the collection. |
Clear (inherited from CollectionBase) | Removes all objects from the CollectionBase instance. |
Dispose (inherited from CollectionTemplate) | IComponent implemetation |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FilterBy | Overloaded. Filter by the provided property name |
FilterByAddress1 | Overloaded. Filter by the property Address1. |
FilterByAddress2 | Overloaded. Filter by the property Address2. |
FilterByCity | Overloaded. Filter by the property City. |
FilterByCountry | Overloaded. Filter by the property Country. |
FilterByDateCreated | Overloaded. Filter by the property DateCreated. |
FilterByID | Overloaded. Filter by the property ID. |
FilterByPostalCode | Overloaded. Filter by the property PostalCode. |
FilterByState | Overloaded. Filter by the property State. |
FindBy | Overloaded. Find the first in the collection, based on the supplied property. |
FindByAddress1 | Overloaded. Find a Contact by the property Address1. returns null if not found. |
FindByAddress2 | Overloaded. Find a Contact by the property Address2. returns null if not found. |
FindByCity | Overloaded. Find a Contact by the property City. returns null if not found. |
FindByCountry | Overloaded. Find a Contact by the property Country. returns null if not found. |
FindByDateCreated | Overloaded. Find a Contact by the property DateCreated. returns null if not found. |
FindByID | Overloaded. Find a Contact by the property ID. returns null if not found. |
FindByPostalCode | Overloaded. Find a Contact by the property PostalCode. returns null if not found. |
FindByState | Overloaded. Find a Contact by the property State. returns null if not found. |
GetEnumerator (inherited from CollectionBase) | Returns an enumerator that can iterate through the CollectionBase instance. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf (inherited from CollectionTemplate) | Determines the index of a specific item in the Collection. |
OnListChanged (inherited from CollectionTemplate) | Use to Manually fire the event |
Remove (inherited from CollectionTemplate) | Removes an object from the collection |
RemoveAt (inherited from CollectionBase) | Removes the element at the specified index of the CollectionBase instance. |
SortBy | Overloaded. Returns a sorted collection based on the supplied property name. |
SortByAddress1 | Sorts a Contact by the property Address1. |
SortByAddress2 | Sorts a Contact by the property Address2. |
SortByCity | Sorts a Contact by the property City. |
SortByCountry | Sorts a Contact by the property Country. |
SortByDateCreated | Sorts a Contact by the property DateCreated. |
SortByID | Sorts a Contact by the property ID. |
SortByPostalCode | Sorts a Contact by the property PostalCode. |
SortByState | Sorts a Contact by the property State. |
ToString (inherited from Object) | Returns a String that represents the current Object. |