CSLA.NET
6.0.0
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
{
23
public
EmptyCriteria
() { }
24
28
public
static
EmptyCriteria
Instance
{
get
; } =
new
EmptyCriteria
();
29
}
30
}
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.EmptyCriteria
EmptyCriteria()
Creates a new instance of the type.
Definition:
EmptyCriteria.cs:23
Csla.Server.EmptyCriteria.Instance
static EmptyCriteria Instance
Gets an instance of EmptyCriteria
Definition:
EmptyCriteria.cs:28
Csla.Server
Definition:
HttpPortal.cs:22
Csla
Definition:
BusinessRuleCases.cs:5
Csla.TransactionIsolationLevel.Serializable
@ Serializable
Prevents updating or inserting until the transaction is complete.
Generated by
1.9.2