Click or drag to resize
ProvisioningPackageExtension Class
Represents Atomia Provisioning Package Extension.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseProvisioningPackageExtension

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public class ProvisioningPackageExtension

The ProvisioningPackageExtension type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningPackageExtension
Initializes a new instance of the ProvisioningPackageExtension class
Top
Properties
  NameDescription
Public propertyID
Gets the Atomia Provisioning Package extension ID.
Public propertyLimitationsOverrides
Gets or sets the limitations overrides. Dictionary contains limitation name and new value for limitation number.
Public propertyName
Gets the name of the Atomia Provisioning Package extension.
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