Class PostStudentSchoolStatusChangeRequest
Represents the a request for the SaveStudentSchoolStatusHistory method.
Inheritance
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class PostStudentSchoolStatusChangeRequest : ServiceRequest
Constructors
PostStudentSchoolStatusChangeRequest()
Declaration
public PostStudentSchoolStatusChangeRequest()
Properties
AdAttStatId
Gets or sets the AdAttStatId.
Declaration
public int AdAttStatId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdEnrollId
Gets or sets the AdEnrollId.
Declaration
public int AdEnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdGradeLevelId
Gets or sets the AdGradeLevelId.
Declaration
public int AdGradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdGradeScaleId
Gets or sets the AdGradeScaleId.
Declaration
public int AdGradeScaleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdProgramId
Gets or sets the AdProgramId.
Declaration
public int AdProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdProgramVersionId
Gets or sets the AdProgramVersionId.
Declaration
public int AdProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdShiftId
Gets or sets the AdShiftId.
Declaration
public int AdShiftId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AmRepId
Gets or sets the AmRepId.
Declaration
public int AmRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AppRecDate
Gets or sets the AppRecDate.
Declaration
public string AppRecDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CmEventIdList
Gets or sets the CmEventIdList. UI should send only those CmEventIds of tasks that needs to be discarded.
Declaration
public List<int> CmEventIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Comment
Gets or sets the Comment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreditsReq
Gets or sets the CreditsReq.
Declaration
public string CreditsReq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EffectiveDate
Gets or sets the EffectiveDate.
Declaration
public string EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpStartDate
Gets or sets the ExpStartDate.
Declaration
public string ExpStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HoursReq
Gets or sets the HoursReq.
Declaration
public string HoursReq { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewSchoolStatusId
Gets or sets the NewSchoolStatusId.
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OriginalAmRepId
Gets or sets the OriginalAmRepId.
Declaration
public int OriginalAmRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PreviousSchoolStatusId
Gets or sets the PreviousSchoolStatusId.
Declaration
public int PreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentNumber
Gets or sets the StudentNumber.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyCampusId
Gets or sets the SyCampusId.
Declaration
public int SyCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SyStudentId
Gets or sets the SyStudentId.
Declaration
public int SyStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |