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.
EmptyCriteria.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="EmptyCriteria.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Empty criteria used by the data portal as a</summary>
7//-----------------------------------------------------------------------
8using System;
9
10namespace Csla.Server
11{
18 public sealed class EmptyCriteria : Csla.Core.MobileObject
19 {
20 private EmptyCriteria() { }
21
25 public static EmptyCriteria Instance { get; } = new EmptyCriteria();
26 }
27}
Empty criteria used by the data portal as a placeholder for a create/fetch request that has no criter...
static EmptyCriteria Instance
Gets an instance of EmptyCriteria
@ Serializable
Prevents updating or inserting until the transaction is complete.