Compartilhar via


Membros BusinessLogicHandler

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

O tipo BusinessLogicHandler expõe os seguintes membros.

Construtores

  Nome Descrição
Método público BusinessLogicHandler Initializes an instance of the BusinessLogicHandler class.

Início

Métodos

  Nome Descrição
Método público CheckValidDefinition Infraestrutura.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública DotNetAssemblyName Gets or sets the name of the assembly that implements the business logic handler.
Propriedade pública DotNetClassName Gets or sets the name of the class that implements the business logic handler.
Propriedade pública FriendlyName Gets or sets the name that registers the business logic handler on the server.
Propriedade pública IsDotNetAssembly Specifies whether the registered business logic handler is a managed code assembly.
Propriedade pública UserData Gets or sets an object to which users can attach their own data.

Início