Class UpdateStudentEnrollmentPeriodFeeRequest
Represents the a request for the UpdateStudentEnrollmentPeriodFeeEvent method.
Inheritance
System.Object
UpdateStudentEnrollmentPeriodFeeRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class UpdateStudentEnrollmentPeriodFeeRequest : ServiceRequest
Constructors
UpdateStudentEnrollmentPeriodFeeRequest()
Declaration
public UpdateStudentEnrollmentPeriodFeeRequest()
Properties
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
EnrollmentStartBeginDate
Declaration
public DateTime EnrollmentStartBeginDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EnrollmentStartEndDate
Declaration
public DateTime EnrollmentStartEndDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StudentEnrollmentPeriodFeeCustomList
Declaration
public ICollection<StudentEnrollmentPeriodFeeCustom> StudentEnrollmentPeriodFeeCustomList { get; set; }
Property Value
StudentEnrollmentPeriodFeeId
Declaration
public int StudentEnrollmentPeriodFeeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest