9using System.Collections.Generic;
25 protected override void OnDeserialized(System.Runtime.Serialization.StreamingContext context)
27 base.OnDeserialized(context);
29 Console.WriteLine(
"OnDeserialized");
34 return dataPortal.
Create();
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
static SerializationRoot NewSerializationRoot(IDataPortal< SerializationRoot > dataPortal)
static PropertyInfo< string > DataProperty
override void OnDeserialized(System.Runtime.Serialization.StreamingContext context)
Static dictionary-like class that offers similar functionality to GlobalContext This is used in tests...
static void AddOrOverwrite(string key, string value)
Overwrite an item in the test results, to indicate an outcome of a particular operation
Interface defining the members of the data portal type.
object Create(params object[] criteria)
Called by a factory method in a business class to create a new object, which is loaded with default v...
RelationshipTypes
List of valid relationship types between a parent object and another object through a managed propert...
@ Serializable
Prevents updating or inserting until the transaction is complete.