![]() |
CSLA .NET 10.0.0
A home for your business logic
|
Class used as a wrapper for criteria based requests that use primitives. More...
Public Member Functions | |
| PrimitiveCriteria () | |
| Creates an instance of the type. | |
| PrimitiveCriteria (object value) | |
| New instance of the criteria. | |
| void | GetState (SerializationInfo info) |
| Method called by MobileFormatter when an object should serialize its data. The data should be serialized into the SerializationInfo parameter. | |
| void | GetChildren (SerializationInfo info, MobileFormatter formatter) |
| Method called by MobileFormatter when an object should serialize its child references. The data should be serialized into the SerializationInfo parameter. | |
| void | SetState (SerializationInfo info) |
| Method called by MobileFormatter when an object should be deserialized. The data should be deserialized from the SerializationInfo parameter. | |
| void | SetChildren (SerializationInfo info, MobileFormatter formatter) |
| Method called by MobileFormatter when an object should deserialize its child references. The data should be deserialized from the SerializationInfo parameter. | |
Properties | |
| object | Value [get] |
| Criteria value. | |
Class used as a wrapper for criteria based requests that use primitives.
|
inline |
Creates an instance of the type.
|
inline |
New instance of the criteria.
| value | Criteria value |
|
inline |
Method called by MobileFormatter when an object should serialize its child references. The data should be serialized into the SerializationInfo parameter.
| info | Object to contain the serialized data. |
| formatter | Reference to the formatter performing the serialization. |
Implements Csla.Serialization.Mobile.IMobileObject.
|
inline |
Method called by MobileFormatter when an object should serialize its data. The data should be serialized into the SerializationInfo parameter.
| info | Object to contain the serialized data. |
Implements Csla.Serialization.Mobile.IMobileObject.
|
inline |
Method called by MobileFormatter when an object should deserialize its child references. The data should be deserialized from the SerializationInfo parameter.
| info | Object containing the serialized data. |
| formatter | Reference to the formatter performing the deserialization. |
Implements Csla.Serialization.Mobile.IMobileObject.
|
inline |
Method called by MobileFormatter when an object should be deserialized. The data should be deserialized from the SerializationInfo parameter.
| info | Object containing the serialized data. |
Implements Csla.Serialization.Mobile.IMobileObject.
|
get |
Criteria value.