LeanCloud C# SDK
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
LeanCloud.Storage.LCClassHook Class Reference

LCClassHook represents the hooks for saving / updating / deleting LCObject. More...

Static Public Attributes

const string BeforeSave = "beforeSave"
 
const string AfterSave = "afterSave"
 
const string BeforeUpdate = "beforeUpdate"
 
const string AfterUpdate = "afterUpdate"
 
const string BeforeDelete = "beforeDelete"
 
const string AfterDelete = "afterDelete"
 

Detailed Description

LCClassHook represents the hooks for saving / updating / deleting LCObject.

Member Data Documentation

◆ 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: