Class ApplicantStatusChangeResponseExtended
Inheritance
System.Object
ApplicantStatusChangeResponseExtended
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ApplicantStatusChangeResponseExtended
Constructors
ApplicantStatusChangeResponseExtended()
Declaration
public ApplicantStatusChangeResponseExtended()
Properties
CurrentSchoolStatusId
Gets or sets the CuurentSchoolStatusID.
Declaration
public int CurrentSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentSelectionStatusId
Gets or sets the CurrentSelectionStatusId.
Declaration
public int CurrentSelectionStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsSuccess
Gets or sets the IsSuccess.
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewSchoolStatusId
Gets or sets the newSchoolStatusID.
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewSelectionStatusId
Gets or sets the NewSelectionStatusId.
Declaration
public int NewSelectionStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Note
Gets or sets the Note.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reason
Gets or sets the Reason.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId.
Declaration
public int SelectionMgmtApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Gets or sets the StudentId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |