33 private object _value;
39 get {
return _value; }
40 private set { _value = value; }
43 #region IMobileObject Members
83 _value = info.GetValue<
object>(
"_value");
Class used as a wrapper for criteria based requests that use primitives
PrimitiveCriteria()
Creates an instance of the type.
PrimitiveCriteria(object value)
New instance of the criteria
void SetChildren(SerializationInfo info, MobileFormatter formatter)
Method called by MobileFormatter when an object should deserialize its child references.
void SetState(SerializationInfo info)
Method called by MobileFormatter when an object should be deserialized.
void GetState(SerializationInfo info)
Method called by MobileFormatter when an object should serialize its data.
void GetChildren(SerializationInfo info, MobileFormatter formatter)
Method called by MobileFormatter when an object should serialize its child references.
object Value
Criteria value
Object containing the serialization data for a specific object.
void AddValue(string name, object value)
Adds a value to the serialization stream.
Interface to be implemented by any object that supports serialization by the SerializationFormatterFa...
@ Serializable
Prevents updating or inserting until the transaction is complete.