2using System.Collections.Generic;
3using System.ComponentModel.DataAnnotations;
54 #region Business Rules
59 base.AddBusinessRules();
65 BusinessRules.AddRule(rule);
70 BusinessRules.AddRule(rule);
80 base.OnChildChanged(e);
95 BusinessRules.CheckRules();
override void OnChildChanged(Csla.Core.ChildChangedEventArgs e)
static Csla.PropertyInfo< string > HomeTelephoneProperty
static Csla.PropertyInfo< string > FirstNameProperty
static Csla.PropertyInfo< FakePersonEmailAddresses > EmailAddressesProperty
static Csla.PropertyInfo< string > MobileTelephoneProperty
static Csla.PropertyInfo< string > LastNameProperty
override void AddBusinessRules()
FakePersonEmailAddresses EmailAddresses
Business rule for when one of two strings must be provided
This is the base class from which most business objects will be derived.
Contains event data about the changed child object.
Maintains metadata about a property.
Base class used to create common rules.
RuleSeverity Severity
Gets or sets the severity for this rule.
Business rule for a minimum length string.
Interface defining the members of the child data portal type.
@ Serializable
Prevents updating or inserting until the transaction is complete.