We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d4d0f commit 85eca1fCopy full SHA for 85eca1f
1 file changed
Orm/Xtensive.Orm/Reflection/AttributeSearchOptions.cs
@@ -31,7 +31,7 @@ public enum AttributeSearchOptions
31
/// <summary>
32
/// Attributes from all the bases should be inherited.
33
/// </summary>
34
- InheritFromAllBase = 3,
+ InheritFromAllBase = 2,
35
36
/// If no attributes are found on the specified method,
37
/// attributes from the property or event it belongs to should be inherited.
0 commit comments