Represents the class definition (mutable class metadata) of classes whose instances can be the target of a subscription and can be audited.
objects hold the class definitions for all subclasses of the
class except for the
class and its subclasses, whose class definitions are held by
objects. You can modify class definition metadata via its properties and property definitions throughout the life of an instantiated object. Note, however, that you cannot modify a class definition's
property.
The following tables list the members exposed by ISubscribableClassDefinition.
Public Properties
Name | Description | |
---|---|---|
![]() |
AuditDefinitions | A list of the AuditDefinition objects that shows the events to be audited for this class. |