Show / Hide Table of Contents

Interface IFilter<TModel>

Filter for model datasets

Namespace: Seltzr.Filters
Assembly: Seltzr.dll
Syntax
C#
public interface IFilter<TModel> : IFilter<TModel, object> where TModel : class
Type Parameters
TModel

The type of model being filtered

  • Improve this Doc
  • View Source
Back to top Generated by DocFX