Поделиться через


Элементы BusinessLogicHandler

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

Тип BusinessLogicHandler предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BusinessLogicHandler Initializes an instance of the BusinessLogicHandler class.

В начало

Методы

  Имя Описание
Открытый метод CheckValidDefinition Инфраструктура.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало