Skip to content

Commit 571c044

Browse files
committed
AttributeSearchOptions.InheritAll is not a pure number but combination of flags
1 parent 0ce83a3 commit 571c044

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
@@ -44,6 +44,6 @@ public enum AttributeSearchOptions
4444
/// <summary>
4545
/// All inheritance options.
4646
/// </summary>
47-
InheritAll = 7,
47+
InheritAll = InheritFromBase | InheritRecursively | InheritFromPropertyOrEvent,
4848
}
4949
}

0 commit comments

Comments
 (0)