共用方式為


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.

頂端