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 (26.2.0.1000)
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 propertyFloatingDeveloperAllocationGets the floating developer allocation for the tenant.
Public propertyFloatingPowerUserAllocationGets the floating Power User allocation for the tenant.
Public propertyFloatingStandardUserAllocationGets the floating Standard User allocation for the tenant.
Public propertyReservedDeveloperAllocationGets the reserved developer allocation for the tenant.
Public propertyReservedPowerUserAllocationGets the reserved Power User allocation for the tenant.
Public propertyReservedStandardUserAllocationGets 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