BusinessLogicHandler Members

Include Protected Members
Include Inherited Members

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

The BusinessLogicHandler type exposes the following members.

Constructors

  Name Description
Public method BusinessLogicHandler() Initializes an instance of the BusinessLogicHandler class.

Top

Methods

  Name Description
Public method CheckValidDefinition(Boolean) Infrastructure.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DotNetAssemblyName Gets or sets the name of the assembly that implements the business logic handler.
Public property DotNetClassName Gets or sets the name of the class that implements the business logic handler.
Public property FriendlyName Gets or sets the name that registers the business logic handler on the server.
Public property IsDotNetAssembly Specifies whether the registered business logic handler is a managed code assembly.
Public property UserData Gets or sets an object to which users can attach their own data.

Top