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. More... | |
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... | |
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.
Csla.Server.EmptyCriteria.EmptyCriteria | ( | ) |
Creates a new instance of the type.
Definition at line 23 of file EmptyCriteria.cs.
|
staticget |
Gets an instance of EmptyCriteria
Definition at line 28 of file EmptyCriteria.cs.