Class EnrollmentDetails
Inheritance
System.Object
EnrollmentDetails
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 EnrollmentDetails
Constructors
EnrollmentDetails()
Declaration
public EnrollmentDetails()
Properties
ActualAdProgramDescrip
Declaration
public string ActualAdProgramDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
AdEnrollId
Declaration
public int AdEnrollId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AdProgramDescrip
Declaration
public string AdProgramDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
AdProgramId
Declaration
public int? AdProgramId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Applicant
Declaration
public bool Applicant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnrollDescription
Declaration
public string EnrollDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpStartDate
Declaration
public DateTime? ExpStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StatusCode
Declaration
public string StatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SySchoolStatusDescrip
Declaration
public string SySchoolStatusDescrip { get; set; }
Property Value
Type |
Description |
System.String |
|
SySchoolStatusId
Declaration
public int? SySchoolStatusId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|