OASySDNA.Common Namespace (OASySDNA.Common.BLTServer)
- Last UpdatedApr 08, 2026
- 2 minute read
| Class | Description | |
|---|---|---|
![]() | BLTComponent | This class contains component-side Business Logic Tier (BLT) functionality. Visual Studio can be used to create a BLTComponent, which implements this class. |
![]() | BLTParameter | This class defines the parameters to be used to call the Business Logic Tier (BLT) components. It is meant to be used in conjunction with the BLTParameterList class. |
![]() | BLTParameterList | This class defines a collection of BLTParameter for a BLTComponent. It also converts the BLTParameter list into an XML syntax string that describes the usage of the BLTComponent. |
![]() | BLTProcessor | This class provides support for writing Business Logic Tier (BLT) processing code. |
| Interface | Description | |
|---|---|---|
![]() | IBLTHost | The interface definition for creating a new IBLTHost instance. Provides an extension point for any specialized actions that should be taken for BLTHost. |
![]() | IBLTParameter | The interface definition for creating a new IBLTParameter instance. This interface exists primarily to enable Component Object Model (COM) access. |
![]() | IBLTParameterList | The interface definition for creating a new IBLTParameterList instance. |

