TenantSeatAllocationData Class

Used to pass tenant seat allocation data between the application and an ITenantsProvider.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServices.ExtensibilityTenantSeatAllocationData

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute(Namespace = "")]
public class TenantSeatAllocationData

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 value corresponding to FloatingDeveloperAllocation.
Public propertyFloatingPowerUserAllocation
Gets the value corresponding to FloatingPowerUserAllocation.
Public propertyFloatingStandardUserAllocation
Gets the value corresponding to FloatingStandardUserAllocation.
Public propertyReservedDeveloperAllocation
Gets the value corresponding to ReservedDeveloperAllocation.
Public propertyReservedPowerUserAllocation
Gets the value corresponding to ReservedPowerUserAllocation.
Public propertyReservedStandardUserAllocation
Gets the value corresponding to ReservedStandardUserAllocation.
Top
See Also