Represents a subscription for events generated by all objects of a particular class. The target for these subscriptions must be a class definition.
Top
To create a
object, call the
method on the
You can instantiate a persisted
object in the following ways:
- By calling the
orGetInstance
method on the Factory.ClassSubscription class.FetchInstance - By instantiating a
ISubscriptionSet collection, then returning a
object from the collection.IClassSubscription
The following tables list the members exposed by IClassSubscription.
Public Properties
Name | Description | |
---|---|---|
![]() | IncludeSubclassesRequested | Indicates whether the operation should apply to the subclasses of the class. For a ClassSubscription object, this property indicates whether the subscription should also apply to the subclasses of the target class. For an AuditDefinition object, this property indicates whether auditing should also apply to the subclasses of the class configured for auditing. |