Click or drag to resize
ProvisioningEventsBase Class
Events form provisioning process prepared for plugins
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.Base.PluginsProvisioningEventsBase

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

The ProvisioningEventsBase type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningEventsBase
Initializes a new instance of the ProvisioningEventsBase class
Top
Properties
  NameDescription
Public propertyTag
Gets or sets tag value.
Remarks
This is for internal use. Do not change this property.
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 methodOnAfterServiceOperationCall
Called after service operation is called.
Public methodOnBeforeAddService
Called before add service.
Public methodOnBeforeCallActionHook
Called before calling an action hook.
Public methodOnBeforeDeleteService
Called before delete service.
Public methodOnBeforeProvisioningStart
Called before provisioning starts.
Public methodOnBeforeServiceOperationCall
Called before service operation is called.
Public methodOnCreateService
Called when service is created.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also