Class WithAttribute
- Namespace
- KeenEyes
- Assembly
- KeenEyes.Abstractions.dll
Marks a field in a query struct as a filter requirement. The entity must have this component, but it won't be accessible in the query.
[AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
[ExcludeFromCodeCoverage]
public sealed class WithAttribute : Attribute
- Inheritance
-
WithAttribute
- Inherited Members