Click or drag to resize
HookCallInfo Class
Hook call info.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.Base.PluginsHookCallInfo

Namespace: Atomia.Provisioning.Base.Plugins
Assembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntax
public class HookCallInfo

The HookCallInfo type exposes the following members.

Constructors
  NameDescription
Public methodHookCallInfo
Initializes a new instance of the HookCallInfo class
Top
Properties
  NameDescription
Public propertyActionHookInstance
Gets or sets the action hook instance.
Public propertyCancelHookCall
Gets or sets a value indicating whether action hook should be called.
Public propertyHookEventName
Gets or sets the hook info.
Public propertyService
Gets or sets the service for which will be called action hook.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also