SeatCount Structure |
Namespace: Dundas.BI.Licensing
The SeatCount type exposes the following members.
Name | Description | |
---|---|---|
![]() | SeatCount(Int32) |
Initializes a new instance of the SeatCount structure.
|
![]() | SeatCount(Int32, Int32, Double) |
Initializes a new instance of the SeatCount structure.
|
Name | Description | |
---|---|---|
![]() | BaseSeatCount | Gets the number of seats provided by the license. |
![]() | ElasticHourCount | Gets the number of elastic seat-hours allowed per calendar quarter. |
![]() | ElasticSeatCount |
Gets the number of additional seats (above the base count) which may be used
as elastic seats.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) |
![]() | Equals(SeatCount) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) |
![]() ![]() | Parse | Converts the string representation of a seat count into its object equivalent. |
![]() | ToString | Returns the fully qualified type name of this instance. (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality | Implements the == operator. |
![]() ![]() | Inequality | Implements the != operator. |