2using System.Collections.Generic;
5using System.Threading.Tasks;
13 private static int _counter = 0;
16 get {
return _counter; }
17 set { _counter = value; }
22 System.Threading.Interlocked.Increment(ref _counter);
23 throw new ArgumentException();
27 private async Task DataPortal_Create()
29 await BusinessRules.CheckRulesAsync();
This is the base class from which most business objects will be derived.
override void AddBusinessRules()
@ Serializable
Prevents updating or inserting until the transaction is complete.
@ Create
Create operation.