TenantSeatAllocationDetailData Class

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

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

The TenantSeatAllocationDetailData type exposes the following members.

Constructors
 NameDescription
Public methodTenantSeatAllocationDetailDataInitializes a new instance of the TenantSeatAllocationDetailData class
Top
Properties
 NameDescription
Public propertyBaseSeatCount Gets or sets the value corresponding to BaseSeatCount.
Public propertyElasticHourCount Gets or sets the value corresponding to ElasticHourCount.
Public propertyElasticSeatCount Gets or sets the value corresponding to ElasticSeatCount.
Top
See Also