C-DEngine 5.105

eStoreEvents Members

The eStoreEvents type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields


  Name Description
Public field Static member DeleteRequested
A delete of a record was requested. The parameter contains the ID of the record to be deleted
Public field Static member HasUpdates
Fires if the StoreMirror has updates - The paramter contains the updated record(s)
Public field Static member Inserted
Fires when a new record was inserted successfully
Public field Static member InsertRequested
An insert into a store was requested. The parameter contains the new record to be inserted
Public field Static member ReloadRequested
Fired when a client requested an update to the Store
Public field Static member StoreReady
Fired when the store is ready to be used
Public field Static member UpdateRequested
An update to a store was requested. The parameter contains the updating record