Class GetAvailableSeatsResponse
Represents the response for the GetAvailableSeats method.
Inheritance
System.Object
GetAvailableSeatsResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAvailableSeatsResponse : ServiceResponse
Constructors
GetAvailableSeatsResponse()
Declaration
public GetAvailableSeatsResponse()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsSeatAvailable
Declaration
public bool IsSeatAvailable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsWaitListEnabled
Declaration
public bool IsWaitListEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MaxSeats
Declaration
public int MaxSeats { get; set; }
Property Value
Type |
Description |
System.Int32 |
|