CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Server.EmptyCriteria Class Referencesealed

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 Csla.Serialization.Mobile.IMobileObjectMetastate

Public Member Functions

 EmptyCriteria ()
 Creates a new instance of the type.

Properties

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

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 serialization stream.
virtual void OnGetChildren (SerializationInfo info, MobileFormatter formatter)
 Override this method to insert your child object references into the MobileFormatter serialization stream.
virtual void OnSetState (SerializationInfo info, StateMode mode)
 Override this method to retrieve your field values from the MobileFormatter serialization stream.
virtual void OnSetChildren (SerializationInfo info, MobileFormatter formatter)
 Override this method to retrieve your child object references from the MobileFormatter serialization stream.
virtual void OnGetMetastate (BinaryWriter writer)
 Override this method to write field values directly to a binary stream for metastate serialization.
virtual void OnSetMetastate (BinaryReader reader)
 Override this method to read field values directly from a binary stream for metastate deserialization.

Detailed Description

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

Constructor & Destructor Documentation

◆ EmptyCriteria()

Csla.Server.EmptyCriteria.EmptyCriteria ( )
inline

Creates a new instance of the type.

Property Documentation

◆ Instance

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

Gets an instance of EmptyCriteria.


The documentation for this class was generated from the following file: