QuotaUsageDetail Class

Represents details about the quota for a specific object type.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.MultiTenancyQuotaUsageDetail

Namespace: Dundas.BI.AccountServices.MultiTenancy
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class QuotaUsageDetail

The QuotaUsageDetail type exposes the following members.

Constructors
 NameDescription
Public methodQuotaUsageDetailInitializes a new instance of the QuotaUsageDetail class
Top
Properties
 NameDescription
Public propertyInUse Gets or sets the quantity used in the system for the corresponding object type.
Public propertyQuota Gets or sets the quota for the corresponding object type.
Public propertyQuotaTypeGets or sets the quota type.
Top
See Also