BLTComponent Class
- Last UpdatedApr 08, 2026
- 1 minute read
This class contains component-side Business Logic Tier (BLT) functionality. Visual Studio can be used to create a BLTComponent, which implements this class.
This class must be used in conjunction with the BLTProcessor. To implement a BLTComponent, you must derive a class from BLTServer.BLTComponent and another class from BLTHelper.BLTProcessor. In the BLTComponent implementation's constructor, you must set the Processor property to an instance of the implementation of BLTProcessor. The BLTComponent class then calls the BLTProcessor.Process when the Business Logic Tier (BLT) Execute method is called.
System.Object
OASySDNA.Common.BLTComponent
