Click or drag to resize
Limitation Class
Defines limitation over how much services per limitation can be provisioned for an account. It also provides information on number of existing services.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseLimitation

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

The Limitation type exposes the following members.

Constructors
  NameDescription
Public methodLimitation
Initializes a new instance of the Limitation class
Top
Properties
  NameDescription
Public propertyExistingCount
Gets or sets the count of existing services.
Public propertyLimitationName
Gets or sets the name of the limitation.
Public propertyMaxCount
Gets or sets the maximum number of services which can be provisioned.
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