Class SendStudentEnrollmentPeriodRegistrationTermActivityRequest
Inheritance
System.Object
SendStudentEnrollmentPeriodRegistrationTermActivityRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SendStudentEnrollmentPeriodRegistrationTermActivityRequest : ServiceRequest
Constructors
SendStudentEnrollmentPeriodRegistrationTermActivityRequest()
Declaration
public SendStudentEnrollmentPeriodRegistrationTermActivityRequest()
Properties
ActivityTypeId
Declaration
public int ActivityTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|