IMetabaseCustomObject

Description

The IMetabaseCustomObject interface contains properties and methods used to work with an object of a custom class.

Properties

  Property name Brief description
CustomClass

The CustomClass property determines object custom class.
Extender

The Extender property determines a custom class container.

Methods

  Method name Brief description
CheckAndAudit

The CheckAndAudit method checks the access permissions of the current user for the specified custom class operation and writes the record into the access protocol with the specified comment.
CheckAndAuditOperation

The CheckAndAuditOperation method checks the access permissions of the current user for the specified operation of custom class and traces check result according to the selected audit variant.
CheckAndAuditOperationLabel

The CheckAndAuditOperationLabel method checks access permissions of the current user for the specified operation and writes check result to the protocol according to the selected audit option and calculates parameters of the security label that is used on exporting the repository objects.
CreateReader

The CreateReader method creates an object that enables to read data from the object.
CreateWriter

The CreateWriteer method creates an object that enables writing data into the object.

See also:

Metabase Assembly Interfaces