eStoreEvents Members
The eStoreEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
DeleteRequested |
A delete of a record was requested. The parameter contains the ID of the record to be deleted
|
|
HasUpdates |
Fires if the StoreMirror has updates - The paramter contains the updated record(s)
|
|
Inserted |
Fires when a new record was inserted successfully
|
|
InsertRequested |
An insert into a store was requested. The parameter contains the new record to be inserted
|
|
ReloadRequested |
Fired when a client requested an update to the Store
|
|
StoreReady |
Fired when the store is ready to be used
|
|
UpdateRequested |
An update to a store was requested. The parameter contains the updating record
|