9using System.Collections.Generic;
27 return dataPortal.
Fetch();
74 using (this.BypassPropertyChecks)
87 using (this.BypassPropertyChecks)
100 using (this.BypassPropertyChecks)
113 using (this.BypassPropertyChecks)
127 using (this.BypassPropertyChecks)
140 using (this.BypassPropertyChecks)
153 using (this.BypassPropertyChecks)
166 using (this.BypassPropertyChecks)
This is the base class from which most business objects will be derived.
Maintains metadata about a property.
IsInRole authorization rule.
Base class to be used when creating a data portal factory object.
static BypassBusinessBaseUsingFactory GetObject(IDataPortal< BypassBusinessBaseUsingFactory > dataPortal)
void LoadIdByPass(int id)
static PropertyInfo< int > Id2Property
static PropertyInfo< int > IdProperty
void LoadId4ByPass(int id)
void LoadId2ByPass(int id)
void LoadId3ByPass(int id)
static PropertyInfo< int > Id3Property
override void AddBusinessRules()
static PropertyInfo< int > Id4Property
Interface defining the members of the data portal type.
object Fetch(params object[] criteria)
Called by a factory method in a business class to retrieve an object, which is loaded with values fro...
@ Serializable
Prevents updating or inserting until the transaction is complete.