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 sent to the WCF data portal.
static readonly PropertyInfo< byte[]> CriteriaDataProperty
Serialized data for the criteria object.
static readonly PropertyInfo< string > ClientUICultureProperty
Serialized client UI culture.
string ClientCulture
Serialized client culture.
static readonly PropertyInfo< string > ClientCultureProperty
Serialized client culture.
byte[] CriteriaData
Serialized data for the criteria object.
static readonly PropertyInfo< string > TypeNameProperty
Assembly qualified name of the business object type to create.
string TypeName
Assembly qualified name of the business object type to create.
static readonly PropertyInfo< byte[]> PrincipalProperty
Serialized data for the principal object.
static readonly PropertyInfo< byte[]> ClientContextProperty
Serialized data for the client context object.
byte[] ClientContext
Serialized data for the client context object.
byte[] Principal
Serialized data for the principal object.
string ClientUICulture
Serialized client UI culture.
@ Serializable
Prevents updating or inserting until the transaction is complete.