BusinessLogicHandler Members
Include Protected Members
Include Inherited Members
Represents the server registration for the managed code assembly that implements a business logic handler.
The BusinessLogicHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
BusinessLogicHandler() | Initializes an instance of the BusinessLogicHandler class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CheckValidDefinition(Boolean) | Infrastructure. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DotNetAssemblyName | Gets or sets the name of the assembly that implements the business logic handler. |
![]() |
DotNetClassName | Gets or sets the name of the class that implements the business logic handler. |
![]() |
FriendlyName | Gets or sets the name that registers the business logic handler on the server. |
![]() |
IsDotNetAssembly | Specifies whether the registered business logic handler is a managed code assembly. |
![]() |
UserData | Gets or sets an object to which users can attach their own data. |
Top