Add (inherited from ContactCollectionOrmTemplate) | 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 (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the provided property name |
FilterByAddress1 (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property Address1. |
FilterByAddress2 (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property Address2. |
FilterByCity (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property City. |
FilterByCountry (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property Country. |
FilterByDateCreated (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property DateCreated. |
FilterByID (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property ID. |
FilterByPostalCode (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property PostalCode. |
FilterByState (inherited from ContactCollectionOrmTemplate) | Overloaded. Filter by the property State. |
FindBy (inherited from ContactCollectionOrmTemplate) | Overloaded. Find the first in the collection, based on the supplied property. |
FindByAddress1 (inherited from ContactCollectionOrmTemplate) | Overloaded. Find a Contact by the property Address1. returns null if not found. |
FindByAddress2 (inherited from ContactCollectionOrmTemplate) | Overloaded. Find a Contact by the property Address2. returns null if not found. |
FindByCity (inherited from ContactCollectionOrmTemplate) | Overloaded. Find a Contact by the property City. returns null if not found. |
FindByCountry (inherited from ContactCollectionOrmTemplate) | Overloaded. Find a Contact by the property Country. returns null if not found. |
FindByDateCreated (inherited from ContactCollectionOrmTemplate) | Overloaded. Find a Contact by the property DateCreated. returns null if not found. |
FindByID (inherited from ContactCollectionOrmTemplate) | Overloaded. Find a Contact by the property ID. returns null if not found. |
FindByPostalCode (inherited from ContactCollectionOrmTemplate) | Overloaded. Find a Contact by the property PostalCode. returns null if not found. |
FindByState (inherited from ContactCollectionOrmTemplate) | 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 (inherited from ContactCollectionOrmTemplate) | Overloaded. Returns a sorted collection based on the supplied property name. |
SortByAddress1 (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property Address1. |
SortByAddress2 (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property Address2. |
SortByCity (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property City. |
SortByCountry (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property Country. |
SortByDateCreated (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property DateCreated. |
SortByID (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property ID. |
SortByPostalCode (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property PostalCode. |
SortByState (inherited from ContactCollectionOrmTemplate) | Sorts a Contact by the property State. |
ToString (inherited from Object) | Returns a String that represents the current Object. |