CqEvent Methods |
The CqEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | getBaseOperation |
Get the operation on the base operation that triggered this event.
|
![]() | getCq |
Return the cqquery this event occurred in.
|
![]() | getDeltaValue | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | getKey |
Get the key relating to the event.
In case of REGION_CLEAR and REGION_INVALIDATE operation, the key will be null.
|
![]() | getNewValue |
Get the new value of the modification.
If there is no new value returns null, this will happen during delete
operation.
|
![]() | getQueryOperation |
Get the operation on the query operation that triggered this event.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |