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
//-----------------------------------------------------------------------
8
using
System;
9
10
namespace
Csla.Server
11
{
17
[
Serializable
]
18
public
sealed
class
EmptyCriteria
:
Csla
.Core.MobileObject
19
{
20
private
EmptyCriteria
() { }
21
25
public
static
EmptyCriteria
Instance
{
get
; } =
new
EmptyCriteria
();
26
}
27
}
Csla.Server.EmptyCriteria
Empty criteria used by the data portal as a placeholder for a create/fetch request that has no criter...
Definition:
EmptyCriteria.cs:19
Csla.Server.EmptyCriteria.Instance
static EmptyCriteria Instance
Gets an instance of EmptyCriteria
Definition:
EmptyCriteria.cs:25
Csla.Server
Definition:
BrokeredPortal.cs:9
Csla
Definition:
Csla.AspNetCore.Shared/ApplicationContextManager.cs:16
Csla.TransactionIsolationLevel.Serializable
@ Serializable
Prevents updating or inserting until the transaction is complete.
Generated by
1.9.2