TenantSeatAllocationData Class

Base data contract object to represent an TenantSeatAllocation object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsTenantSeatAllocationData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class TenantSeatAllocationData : BaseDataContract

The TenantSeatAllocationData type exposes the following members.

Constructors
  NameDescription
Public methodTenantSeatAllocationData
Initializes a new instance of the TenantSeatAllocationData class.
Top
Properties
  NameDescription
Public propertyFloatingDeveloperAllocation
Gets the floating developer allocation for the tenant.
Public propertyFloatingPowerUserAllocation
Gets the floating Power User allocation for the tenant.
Public propertyFloatingStandardUserAllocation
Gets the floating Standard User allocation for the tenant.
Public propertyReservedDeveloperAllocation
Gets the reserved developer allocation for the tenant.
Public propertyReservedPowerUserAllocation
Gets the reserved Power User allocation for the tenant.
Public propertyReservedStandardUserAllocation
Gets the reserved Standard User allocation for the tenant.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also