LCClassHook represents the hooks for saving / updating / deleting LCObject.
More...
LCClassHook represents the hooks for saving / updating / deleting LCObject.
◆ AfterDelete
const string LeanCloud.Storage.LCClassHook.AfterDelete = "afterDelete" |
|
static |
◆ AfterSave
const string LeanCloud.Storage.LCClassHook.AfterSave = "afterSave" |
|
static |
◆ AfterUpdate
const string LeanCloud.Storage.LCClassHook.AfterUpdate = "afterUpdate" |
|
static |
◆ BeforeDelete
const string LeanCloud.Storage.LCClassHook.BeforeDelete = "beforeDelete" |
|
static |
◆ BeforeSave
const string LeanCloud.Storage.LCClassHook.BeforeSave = "beforeSave" |
|
static |
◆ BeforeUpdate
const string LeanCloud.Storage.LCClassHook.BeforeUpdate = "beforeUpdate" |
|
static |
The documentation for this class was generated from the following file: