CSLA.NET
5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
FilterProvider.cs
Go to the documentation of this file.
1
//-----------------------------------------------------------------------
2
// <copyright file="FilterProvider.cs" company="Marimer LLC">
3
// Copyright (c) Marimer LLC. All rights reserved.
4
// Website: https://cslanet.com
5
// </copyright>
6
// <summary>Defines the method signature for a filter</summary>
7
//-----------------------------------------------------------------------
8
using
System;
9
10
namespace
Csla
11
{
19
public
delegate
bool
FilterProvider
(
object
item,
object
filter);
20
}
Csla
Definition:
Csla.AspNetCore.Shared/ApplicationContextManager.cs:16
Csla.FilterProvider
delegate bool FilterProvider(object item, object filter)
Defines the method signature for a filter provider method used by FilteredBindingList.
Generated by
1.9.2