Class StudentPlacementBatchStatus
Inheritance
System.Object
StudentPlacementBatchStatus
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()
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentPlacementBatchStatus
Constructors
StudentPlacementBatchStatus()
Declaration
public StudentPlacementBatchStatus()
Properties
AdvisorId
Declaration
public int AdvisorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AdvisorName
Declaration
public string AdvisorName { get; set; }
Property Value
Type |
Description |
System.String |
|
AdvisorNote
Declaration
public string AdvisorNote { get; set; }
Property Value
Type |
Description |
System.String |
|
NewSchoolStatusId
Declaration
public int NewSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
OldSchoolStatusId
Declaration
public int OldSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlacementStatusReasonId
Declaration
public int PlacementStatusReasonId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PlacementStudentId
Declaration
public int PlacementStudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SchoolStatusId
Declaration
public int SchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffGroupId
Declaration
public int StaffGroupId { 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 |
|