SeatCount Structure

Contains information regarding the number of seats (of a specific kind) provided by a license.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Dundas.BI.LicensingSeatCount

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public struct SeatCount : IEquatable<SeatCount>

The SeatCount type exposes the following members.

Constructors
 NameDescription
Public methodSeatCount(Int32) Initializes a new instance of the SeatCount structure.
Public methodSeatCount(Int32, Int32, Double) Initializes a new instance of the SeatCount structure.
Top
Properties
 NameDescription
Public propertyBaseSeatCountGets the number of seats provided by the license.
Public propertyElasticHourCountGets the number of elastic seat-hours allowed per calendar quarter.
Public propertyElasticSeatCount Gets the number of additional seats (above the base count) which may be used as elastic seats.
Top
Methods
 NameDescription
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(SeatCount)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodStatic memberParseConverts the string representation of a seat count into its object equivalent.
Public methodToStringReturns the fully qualified type name of this instance.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(SeatCount, SeatCount)Implements the == operator.
Public operatorStatic memberInequality(SeatCount, SeatCount)Implements the != operator.
Top
Fields
 NameDescription
Public fieldStatic memberMaxValueRepresents the maximum number of seats.
Public fieldStatic memberZeroRepresents no seats.
Top
See Also