File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace Xtensive.Orm
9
9
/// <summary>
10
10
/// Specifies key generator type to use for a particular hierarchy.
11
11
/// </summary>
12
- public enum KeyGeneratorKind
12
+ public enum KeyGeneratorKind : byte
13
13
{
14
14
/// <summary>
15
15
/// No key generator is provided for hierarchy.
@@ -35,4 +35,4 @@ public enum KeyGeneratorKind
35
35
/// </summary>
36
36
Custom = 2
37
37
}
38
- }
38
+ }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Xtensive.Orm.Model
10
10
/// Enumerates all supported 'class to tables mapping' schemes.
11
11
/// </summary>
12
12
/// <remarks>See M.Fowler - "Patterns of Enterprise Application Architecture".</remarks>
13
- public enum InheritanceSchema
13
+ public enum InheritanceSchema : byte
14
14
{
15
15
/// <summary>
16
16
/// Is equal to <see cref="ClassTable"/>.
@@ -30,4 +30,4 @@ public enum InheritanceSchema
30
30
/// </summary>
31
31
ConcreteTable = 2
32
32
}
33
- }
33
+ }
You can’t perform that action at this time.
0 commit comments