Compartir a través de


BusinessLogicHandler Miembros

Represents the server registration for the managed code assembly that implements a business logic handler.

El tipo BusinessLogicHandler expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico BusinessLogicHandler Initializes an instance of the BusinessLogicHandler class.

Principio

Métodos

  Nombre Descripción
Método publico CheckValidDefinition Infraestructura.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DotNetAssemblyName Gets or sets the name of the assembly that implements the business logic handler.
Propiedad pública DotNetClassName Gets or sets the name of the class that implements the business logic handler.
Propiedad pública FriendlyName Gets or sets the name that registers the business logic handler on the server.
Propiedad pública IsDotNetAssembly Specifies whether the registered business logic handler is a managed code assembly.
Propiedad pública UserData Gets or sets an object to which users can attach their own data.

Principio