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.
Csla.Server.EmptyCriteria Class Reference

Empty criteria used by the data portal as a placeholder for a create/fetch request that has no criteria. More...

Inheritance diagram for Csla.Server.EmptyCriteria:
Csla.Core.MobileObject Csla.Serialization.Mobile.IMobileObject

Properties

static EmptyCriteria Instance = new EmptyCriteria() [get]
 Gets an instance of EmptyCriteria More...
 

Additional Inherited Members

- Protected Member Functions inherited from Csla.Core.MobileObject
virtual void OnGetState (SerializationInfo info, StateMode mode)
 Override this method to insert your field values into the MobileFormatter serialzation stream. More...
 
virtual void OnGetChildren (SerializationInfo info, MobileFormatter formatter)
 Override this method to insert your child object references into the MobileFormatter serialzation stream. More...
 
virtual void OnSetState (SerializationInfo info, StateMode mode)
 Override this method to retrieve your field values from the MobileFormatter serialzation stream. More...
 
virtual void OnSetChildren (SerializationInfo info, MobileFormatter formatter)
 Override this method to retrieve your child object references from the MobileFormatter serialzation stream. More...
 

Detailed Description

Empty criteria used by the data portal as a placeholder for a create/fetch request that has no criteria.

Definition at line 18 of file EmptyCriteria.cs.

Property Documentation

◆ Instance

EmptyCriteria Csla.Server.EmptyCriteria.Instance = new EmptyCriteria()
staticget

Gets an instance of EmptyCriteria

Definition at line 25 of file EmptyCriteria.cs.