9using System.Collections.Generic;
12using System.ComponentModel.DataAnnotations;
36 [ImAlwaysInvalid(
"Don't try or invalid!")]
47 base.AddBusinessRules();
66 public override bool IsValid(
object value)
This is the base class from which most business objects will be derived.
Client side data portal used for making asynchronous data portal calls in .NET.
T Create(params object[] criteria)
Called by a factory method in a business class to create a new object, which is loaded with default v...
Maintains metadata about a property.
Tracks the business rules for a business object.
void AddRule(IBusinessRuleBase rule)
Associates a business rule with the business object.
Business rule for a maximum length string.
ImAlwaysInvalidAttribute(string errorMessage)
override bool IsValid(object value)
static readonly PropertyInfo< int > Between2And10Property
static readonly PropertyInfo< string > Max5CharsProperty
static RootWithValidation NewRootWithValidation()
static readonly PropertyInfo< string > AlwaysInvalidProperty
override void DataPortal_Create()
override void AddBusinessRules()
@ Serializable
Prevents updating or inserting until the transaction is complete.