Class UndoStudentSchoolStatusChangeRequest
Represents the a request for the UndoStudentSchoolStatusChange method.
Inheritance
System.Object
UndoStudentSchoolStatusChangeRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UndoStudentSchoolStatusChangeRequest : ServiceRequest
Constructors
UndoStudentSchoolStatusChangeRequest()
Declaration
public UndoStudentSchoolStatusChangeRequest()
Properties
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId value.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Gets or sets the StudentId value.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentSchoolStatusHistoryId
Gets or sets the StudentSchoolStatusHistoryId value.
Declaration
public int StudentSchoolStatusHistoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |