Class UpdateStudentStatusHistoryResponse
Inheritance
System.Object
UpdateStudentStatusHistoryResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class UpdateStudentStatusHistoryResponse : ServiceResponse
Constructors
UpdateStudentStatusHistoryResponse()
Declaration
public UpdateStudentStatusHistoryResponse()
Properties
BeginDate
Declaration
public DateTime? BeginDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EffectiveDate
Gets or sets the EffectiveDate
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EffectiveTime
Declaration
public DateTime? EffectiveTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsReinstateTempOut
Declaration
public bool IsReinstateTempOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSaveTempOut
Declaration
public bool IsSaveTempOut { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Lda
Declaration
public DateTime? Lda { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
NewSchoolStatusId
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NewSystemSchoolStatusId
Declaration
public int NewSystemSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
NsldsWithdrawalDate
Declaration
public DateTime? NsldsWithdrawalDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
PreviousSchoolStatusId
Declaration
public int PreviousSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreviousSystemSchoolStatusId
Declaration
public int PreviousSystemSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SchoolStatusChangeReasonId
Declaration
public int SchoolStatusChangeReasonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentSchoolStatusHistoryId
Declaration
public int StudentSchoolStatusHistoryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UserId
Declaration
public int UserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|