Click or drag to resize
ProvisioningPackage Class
Represents Atomia Provisioning Package.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseProvisioningPackage

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

The ProvisioningPackage type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningPackage
Initializes a new instance of the ProvisioningPackage class
Top
Properties
  NameDescription
Public propertyCurrentRequestId
Gets or sets the current request id.
Public propertyDisableScriptName
Gets the name of the script used to disable package. If this property is null or empty string package is not disabled.
Public propertyID
Gets the ID of the Atomia Provisioning package.
Public propertyName
Gets or sets the name of the Atomia Provisioning package.
Public propertyPackageExtensions
Gets or sets the list of package extensions that extend current Atomia Provisioning package.
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