SeatCount Structure

Contains information regarding the number of seats (of a specific kind) provided by a license.

Namespace:  Dundas.BI.Licensing
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.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 propertyBaseSeatCount
Gets the number of seats provided by the license.
Public propertyElasticHourCount
Gets 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 methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodStatic memberParse
Converts the string representation of a seat count into its object equivalent.
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implements the == operator.
Public operatorStatic memberInequality
Implements the != operator.
Top
Fields
  NameDescription
Public fieldStatic memberMaxValue
Represents the maximum number of seats.
Public fieldStatic memberZero
Represents no seats.
Top
See Also