9using System.Collections.Generic;
17 #region Business Methods
24 set { SetProperty(
IdProperty, ref _id, value); }
32 internal class Criteria
39 public Criteria(
int id)
53 _id = ((Criteria)criteria).Id;
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
void DataPortal_Delete(object criteria)
void DataPortal_DeleteSelf()
void DataPortal_Fetch(object criteria)
static PropertyInfo< int > IdProperty
Static dictionary-like class that offers similar functionality to GlobalContext This is used in tests...
static void Reinitialise()
Reinitialise the dictionary, clearing any existing results, ready for the next test
static void Add(string key, string value)
Add an item to the test results, to indicate an outcome of a particular operation
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.
@ Update
Update operation (includes insert, update and delete self).
@ Create
Create operation.
@ Delete
Delete operation.