Class StudentPlacementStatusChangeData
Inheritance
System.Object
StudentPlacementStatusChangeData
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 StudentPlacementStatusChangeData
Constructors
StudentPlacementStatusChangeData()
Declaration
public StudentPlacementStatusChangeData()
Properties
AdvisorId
Declaration
public int? AdvisorId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AdvisorName
Declaration
public string AdvisorName { get; set; }
Property Value
Type |
Description |
System.String |
|
ExitDate
Declaration
public DateTime? ExitDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
OldSchoolStatusId
Declaration
public int? OldSchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffGroupId
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentEnrollmentPeriodId
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentPlacementSummaryId
Declaration
public int? StudentPlacementSummaryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|