Class RegistrationGroupStudentCustom
Inheritance
System.Object
RegistrationGroupStudentCustom
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.Academics.Contracts.dll
Syntax
public class RegistrationGroupStudentCustom
Constructors
RegistrationGroupStudentCustom()
Declaration
public RegistrationGroupStudentCustom()
Properties
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
FirstName
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsStudentInHoldGroup
Declaration
public bool IsStudentInHoldGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastName
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
Programs
Declaration
public List<TrackStudentsProgramVersionDetail> Programs { get; set; }
Property Value
RegistrationGroupId
Declaration
public int RegistrationGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
RegistrationGroupName
Declaration
public string RegistrationGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|