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