Class UpdateStudentAccountStatusRequest
Represents the a request for the UpdateStudentAccountStatus method.
Inheritance
System.Object
UpdateStudentAccountStatusRequest
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class UpdateStudentAccountStatusRequest : ServiceRequest
Constructors
UpdateStudentAccountStatusRequest()
Declaration
public UpdateStudentAccountStatusRequest()
Properties
StaffGroupId
StaffGroupId
Declaration
public int StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentAccountStatusList
StudentAccountStatusList
Declaration
public List<int> StudentAccountStatusList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StudentAdvisorId
StudentAdvisorId
Declaration
public int StudentAdvisorId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |