BusinessLogicHandler-Member
Represents the server registration for the managed code assembly that implements a business logic handler.
Der BusinessLogicHandler-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BusinessLogicHandler | Initializes an instance of the BusinessLogicHandler class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CheckValidDefinition | Infrastruktur. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang