CollectionUpdaterBase overview
IsClearAllowed | Implements the IChangeableCollection.IsClearAllowed member. |
IsInsertAllowed | Implements the IChangeableCollection.IsInsertAllowed member. |
IsRemoveAllowed | Implements the IChangeableCollection.IsRemoveAllowed member. |
IsSetAllowed | Implements the IChangeableCollection.IsSetAllowed member. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
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. |
OnClear | Provides a placeholder for derived classes to implement validation logic when removing all items from the associated collection. |
OnClearComplete | Provides a placeholder for derived classes to add custom logic after all items have been removed from the associated collection. |
OnInsert | Provides a placeholder for derived classes to implement validation logic when inserting an item into the associated collection. |
OnInsertComplete | Provides a placeholder for derived classes to add custom logic after an item has been inserted into the associated collection. |
OnRemove | Provides a placeholder for derived classes to implement validation logic when removing an item from the associated collection. |
OnRemoveComplete | Provides a placeholder for derived classes to add custom logic after an item has been removed from the associated collection. |
OnSet | Provides a placeholder for derived classes to implement validation logic when replacing an item in the associated collection. |
OnSetComplete | Provides a placeholder for derived classes to implement custom logic when an item has been replaced in the associated collection. |
OnValidate | Provides a placeholder for derived classes to implement custom logic when validating an item. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
CollectionUpdaterBase Constructor
|
Initializes a new instance of an CollectionUpdaterBase-derived object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
OnValidateCollection | Provides a placeholder for derived classes to check the collection argument when calling the OnInsert, OnInsertComplete, OnRemove, OnRemoveComplete, OnClear, OnClearComplete and OnValidate methods. |
SetClearAllowed | Sets the IsClearAllowed property to the specfied value. |
SetInsertAllowed | Sets the IsInsertAllowed property to the specfied value. |
SetRemoveAllowed | Sets the IsRemoveAllowed property to the specfied value. |
SetSetAllowed | Sets the IsSetAllowed property to the specfied value. |
ThrowMethodNotAllowedException | Overloaded. Throw a SecurityException with the specified error message. |
CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace