IActionHandlerInfo Interface

Definition

Defines a method that displays the collection of the action handler.

public interface class IActionHandlerInfo : IDisposable
public interface IActionHandlerInfo : IDisposable
type IActionHandlerInfo = interface
    interface IDisposable
Public Interface IActionHandlerInfo
Implements IDisposable
Derived
Implements

Properties

ActionHandler

Gets the reference of the actual action handler Singleton.

DefaultProperties

Gets the default properties associated with the action handler.

Moniker

Gets the string value of the action handler moniker.

Applies to