Constable Authorization Engine 2.0 BETA

CollectionUpdaterBase Methods

The methods of the CollectionUpdaterBase class are listed below. For a complete list of CollectionUpdaterBase class members, see the CollectionUpdaterBase Members topic.

Public Instance Methods

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.

Protected Instance Methods

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.
ThrowMethodNotAllowedExceptionOverloaded. Throw a SecurityException with the specified error message.

See Also

CollectionUpdaterBase Class | LaMarvin.ComponentModel Namespace