Click or drag to resize
ProvisioningRequest Class
Represents provisioning request.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseProvisioningRequest

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

The ProvisioningRequest type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningRequest
Initializes a new instance of the ProvisioningRequest class.
Top
Properties
  NameDescription
Public propertyAccountId
Gets or sets the provisioning account id.
Public propertyActions
Gets or sets the request actions.
Public propertyDateTimeCreated
Gets or sets the date time created.
Public propertyId
Gets or sets the provisioning request id.
Public propertyOrderNumber
Gets or sets the order number.
Public propertySerializedRequest
Gets or sets the serialized request.
Public propertyStatus
Gets or sets the status.
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