From 137ddf2386fb17133b081cb6f1d5e8095c5ec2c6 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 11 Dec 2022 12:42:21 +0800 Subject: Develop secret api. v28 --- docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ColumnInfo.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ColumnInfo.cs') diff --git a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ColumnInfo.cs b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ColumnInfo.cs index 4a594bb..9a6b549 100644 --- a/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ColumnInfo.cs +++ b/docker/crupest-api/CrupestApi/CrupestApi.Commons/Crud/ColumnInfo.cs @@ -18,10 +18,11 @@ public class ColumnHooks /// Called after SELECT. Please use multicast if you want to customize it because there are many default behavior in it.Called before INSERT. Please use multicast if you want to customize it because there are many default behavior in it.Called before INSERT. Please use multicast if you want to customize it because there are many default behavior in it. public ColumnHookAction BeforeInsert; /// Called before UPDATE. Please use multicast if you want to customize it because there are many default behavior in it.Set value to null to delete the update item so it will not change. Set value to to update the column to NULL. public ColumnHookAction BeforeUpdate; } -- cgit v1.2.3