Skip to content

Commit 85eca1f

Browse files
committed
Fix AttributeSearchOptions.InheritFromAllBase flag value
1 parent f9d4d0f commit 85eca1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Orm/Xtensive.Orm/Reflection/AttributeSearchOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public enum AttributeSearchOptions
3131
/// <summary>
3232
/// Attributes from all the bases should be inherited.
3333
/// </summary>
34-
InheritFromAllBase = 3,
34+
InheritFromAllBase = 2,
3535
/// <summary>
3636
/// If no attributes are found on the specified method,
3737
/// attributes from the property or event it belongs to should be inherited.

0 commit comments

Comments
 (0)