aboutsummaryrefslogtreecommitdiff
path: root/src/ext/ComPlus/ca/cpcost.h
blob: 7a23e03b2f19b18d3d673dfc57ab56c60c02df2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#pragma once
// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.


#define COST_PARTITION_CREATE 10000
#define COST_PARTITION_DELETE 10000

#define COST_PARTITION_USER_CREATE 10000
#define COST_PARTITION_USER_DELETE 10000

#define COST_USER_IN_PARTITION_ROLE_CREATE 10000
#define COST_USER_IN_PARTITION_ROLE_DELETE 10000

#define COST_APPLICATION_CREATE 10000
#define COST_APPLICATION_DELETE 10000

#define COST_APPLICATION_ROLE_CREATE 10000
#define COST_APPLICATION_ROLE_DELETE 10000

#define COST_USER_IN_APPLICATION_ROLE_CREATE 10000
#define COST_USER_IN_APPLICATION_ROLE_DELETE 10000

#define COST_ASSEMBLY_REGISTER   50000
#define COST_ASSEMBLY_UNREGISTER 10000

#define COST_ROLLASSIGNMENT_CREATE 10000
#define COST_ROLLASSIGNMENT_DELETE 10000

#define COST_SUBSCRIPTION_CREATE 10000
#define COST_SUBSCRIPTION_DELETE 10000