Class BatchGraduationCeremonyAttendanceRequest
Inheritance
System.Object
BatchGraduationCeremonyAttendanceRequest
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class BatchGraduationCeremonyAttendanceRequest : ServiceRequest
Constructors
BatchGraduationCeremonyAttendanceRequest()
Declaration
public BatchGraduationCeremonyAttendanceRequest()
Properties
BatchGraduationCeremonyAttendanceList
Declaration
public IList<GraduationCeremonyAttendance> BatchGraduationCeremonyAttendanceList { get; set; }
Property Value
BatchGraduationCeremonyAttendanceRecord
Declaration
public GraduationCeremonyAttendance BatchGraduationCeremonyAttendanceRecord { get; set; }
Property Value
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type |
Description |
System.String |
|