![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Empty criteria used by the data portal as a placeholder for a create/fetch request that has no criteria. More...
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. | |
Empty criteria used by the data portal as a placeholder for a create/fetch request that has no criteria.
|
inline |
Creates a new instance of the type.
|
staticget |
Gets an instance of EmptyCriteria.