ISaveMetabaseObjectHandlers

Assembly: Metabase;

Description

The ISaveMetabaseObjectHandlers interface is used to work with the collection of handlers of the events that occur on object metadata change.

Inheritance Hierarchy

ISaveMetabaseObjectHandlers

Comments

The collection of event handlers can be obtained using the ISpecialObjects.SaveMetabaseObjectHandlers method.

Properties

  Property name Brief description
Count The Count property returns the number of event handlers in the collection.
Item The Item property returns event handler settings with the specified index.
ItemByClassId The ItemByClassId property returns event handler settings for the specified object class.

Methods

  Method name Brief description
Add The Add method creates a handler of events that occur on object metadata change for the specified object class.
Clear The Clear method removes all event handlers from the collection.
Remove The Remove method removes the event handler with the specified index from the collection.
RemoveByClassId The RemoveByClassId method removes the event handler for the specified object class from the collection.

See also:

Metabase Assembly Interfaces