ActionHandlerInfo Class

Definition

Represents a collection of information for the class.

public ref class ActionHandlerInfo : Microsoft::SqlServer::Management::LocalizationManager, IDisposable, Microsoft::SqlServer::Management::IActionHandlerInfo, Microsoft::SqlServer::Management::IInitializable
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ActionHandlerInfo : Microsoft.SqlServer.Management.LocalizationManager, IDisposable, Microsoft.SqlServer.Management.IActionHandlerInfo, Microsoft.SqlServer.Management.IInitializable
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ActionHandlerInfo = class
    inherit LocalizationManager
    interface IActionHandlerInfo
    interface IDisposable
    interface IInitializable
Public Class ActionHandlerInfo
Inherits LocalizationManager
Implements IActionHandlerInfo, IDisposable, IInitializable
Inheritance
ActionHandlerInfo
Attributes
Implements

Constructors

ActionHandlerInfo()

Initializes a new instance of the ActionHandlerInfo class.

Properties

ActionHandler

Gets the collection of actions of the ActionHandler event.

DefaultProperties

Gets or sets the default properties in the ActionHandler.

Moniker

Gets or sets the moniker of the action.

ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)
Type

Gets or sets the string value that represents the Type.

Methods

Dispose()

Releases all resources used by the ActionHandlerInfo class.

Explicit Interface Implementations

IActionHandlerInfo.DefaultProperties

Gets the default property for the dictionary.

IInitializable.Initialize(IServiceProvider)

Initializes the service provider that handles the action.

Applies to