Null criteria used by the data portal as a placeholder for a create/fetch request that has a single null criteria parameter. More...
Properties | |
static NullCriteria | Instance = new NullCriteria() [get] |
Gets an instance of NullCriteria 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... | |
Null criteria used by the data portal as a placeholder for a create/fetch request that has a single null criteria parameter.
Definition at line 18 of file NullCriteria.cs.
|
staticget |
Gets an instance of NullCriteria
Definition at line 25 of file NullCriteria.cs.