-
Notifications
You must be signed in to change notification settings - Fork 177
Use case: Where filter
christiandelbianco edited this page Jun 18, 2017
·
10 revisions
Notification's filter condition based on record value can be achieve using the way showed below.
Let's assume a C# model as:
public class Category
{
public int Id { get; set; }
public string Code { get; set; }
public decimal Price { get; set; }
}
Install NuGet package: