9using System.Collections.Generic;
48 get {
return GetProperty(Property_Name); }
49 set { SetProperty(Property_Name, value); }
59 get {
return GetProperty(Property_Quality); }
60 set { SetProperty(Property_Quality, value); }
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
Implementation of a test business object with an enum.
string Name
Gets or sets the name of the CustomerWithEnum.
CustomerQuality Quality
Gets or sets the quality of the customer.
@ Serializable
Prevents updating or inserting until the transaction is complete.