Skip to content

Pact Core Models IgnoreFilterAttribute

welshronaldo edited this page May 30, 2022 · 5 revisions

IgnoreFilterAttribute Class

Apply to property to say we are not going to filter on it.
Used with [EnumerableExtensions.TextFilter(System.Collections.Generic.IEnumerable, string)](https://docs.microsoft.com/en-us/dotnet/api/EnumerableExtensions.TextFilter#EnumerableExtensions_TextFilterSystem_Collections_Generic_IEnumerable, string 'EnumerableExtensions.TextFilter(System.Collections.Generic.IEnumerable, string)') and [QueryableExtensions.TextFilter(System.Linq.IQueryable, string)](https://docs.microsoft.com/en-us/dotnet/api/QueryableExtensions.TextFilter#QueryableExtensions_TextFilterSystem_Linq_IQueryable, string 'QueryableExtensions.TextFilter(System.Linq.IQueryable, string)')

public class IgnoreFilterAttribute : System.Attribute

Inheritance System.Object 🡒 System.Attribute 🡒 IgnoreFilterAttribute

Clone this wiki locally