Maintains metadata about a property.
This is a base class from which readonly business classes can be derived.
virtual void LoadProperty(IPropertyInfo propertyInfo, object newValue)
Loads a property's managed field with the supplied value calling PropertyHasChanged if the value does...
object GetProperty(IPropertyInfo propertyInfo)
Gets a property's value as a specified type.
Message containing details about any server-side exception.
Response message for returning the results of a data portal call.
DataPortalErrorInfo ErrorData
Server-side exception data if an exception occurred on the server.
byte[] ObjectData
Serialized business object data returned from the server (deserialize with MobileFormatter).
static readonly PropertyInfo< DataPortalErrorInfo > ErrorDataProperty
Server-side exception data if an exception occurred on the server.
static readonly PropertyInfo< byte[]> ObjectDataProperty
Serialized business object data returned from the server (deserialize with MobileFormatter).
@ Serializable
Prevents updating or inserting until the transaction is complete.