9using System.Collections.Generic;
28 get {
return _number; }
29 set { _number = value; }
35 set { _data = value; }
59 Console.WriteLine(
"Property has changed");
70 for (
int i = 0; i < 5; i++)
This is the base class from which most business objects will be derived.
This is the base class from which most business collections or lists will be derived.
void MarkAsChild()
Marks the object as being a child object.
override object GetIdValue()
Override this method to return a unique identifying value for this object.
DataObject(string data, int number)
void DataObject_PropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)
static ListObject GetList()
@ Serializable
Prevents updating or inserting until the transaction is complete.