Class GenerateHallTicketResponse
Represents the response for the GenerateHallTicket method.
Inheritance
System.Object
GenerateHallTicketResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GenerateHallTicketResponse : ServiceResponse
Constructors
GenerateHallTicketResponse()
Declaration
public GenerateHallTicketResponse()
Properties
ReturnValidationCode
ReturnValidationCode
Declaration
public string ReturnValidationCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TestingHallTicket
StudentAccountTransaction
Declaration
public TestingHallTicketEntity TestingHallTicket { get; set; }
Property Value
Type | Description |
---|---|
TestingHallTicketEntity |