Chili.Opf3 Send comments on this topic.
ObjectNotificationEventArgs Class Members
See Also  Properties 
Chili.Opf3 Namespace : ObjectNotificationEventArgs Class


The following tables list the members exposed by ObjectNotificationEventArgs.

Public Properties

 NameDescription
Public PropertyContext Returns the ObjectContext of the current operation.  
Public PropertyCurrentOperation Returns the current PersistentOperation that is executed on the persistent object.  
Public PropertyObjectInfo Returns the ObjectInfo that contains state informations of the persistent object that implements the IObjectNotification interface.  
Public PropertyPersistDepth Returns the depth of the loaded object graph that is persisted during the current persist process.  
Public PropertyQuery Specifies the IQuery of the current operation. It can be null if the object is not in an operation.  
Top

See Also