Class HallTicketStudent
Represents the a request for the HallTicketStudentList method.
Inheritance
System.Object
HallTicketStudent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class HallTicketStudent
Constructors
HallTicketStudent()
Declaration
public HallTicketStudent()
Properties
HallTicketNumber
get HallTicketNumber For hallticket
Declaration
public int HallTicketNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsEligible
Eligible
Declaration
public bool? IsEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsGenerateHallTicket
get IsGenerateHallTicket For hallticket
Declaration
public bool? IsGenerateHallTicket { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Note
get Note For hallticket
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentEnrollmentPeriodId
get StudentEnrollmentPeriodId For hallticket
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TestingScheduleId
get TestingScheduleId For hallticket
Declaration
public int? TestingScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |