LicenseSeatUsageDetailData Class

Base data contract object for returning an LicenseSeatUsageDetail.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsLicenseSeatUsageDetailData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class LicenseSeatUsageDetailData : BaseDataContract

The LicenseSeatUsageDetailData type exposes the following members.

Constructors
  NameDescription
Public methodLicenseSeatUsageDetailData
Initializes a new instance of the LicenseSeatUsageDetailData class.
Top
Properties
  NameDescription
Public propertyAllocatedToTenantsCount
Gets the number of seats which have been allocated to tenants.
Public propertyInUseCount
Gets the number of seats which are currently in-use.
Public propertyTotalCount
Gets the total number of seats provided.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
Retrieves the dictionary of mapping rules.
Top
See Also