Class StudentCourseEnrollment
StudentCourseEnrollment
Inheritance
System.Object
StudentCourseEnrollment
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.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentCourseEnrollment
Constructors
StudentCourseEnrollment()
Declaration
public StudentCourseEnrollment()
Properties
AdEnrollId
Get or Set AdEnrollID
Declaration
public int AdEnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AdProgramDescrip
Get or Set AdProgramDescrip
Declaration
public string AdProgramDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdProgramDescription
Get or Set AdProgramDescription
Declaration
public string AdProgramDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Category
Get or Set Category
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateBilled
Get or Set DateBilled
Declaration
public DateTime? DateBilled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DefaultAdEnrollId
Get or Set DefaultADEnrollID
Declaration
public int? DefaultAdEnrollId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DegreeLevelDescrip
Get or Set DegreeLevelDescrip
Declaration
public string DegreeLevelDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DropDate
Get or Set DropDate
Declaration
public DateTime? DropDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ExpStartDate
Get or Set ExpStartDate
Declaration
public DateTime? ExpStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
FaExitDate
Get or Set FaExitDate
Declaration
public DateTime? FaExitDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
GradDate
Get or Set GradDate
Declaration
public DateTime? GradDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
IsConnected
Get or Set IsConnected
Declaration
public int IsConnected { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsDefaultStudentEnrollment
Get or Set IsDefaultStudentEnrollment True - Need to be selected as default in Enrollment drop down
Declaration
public bool IsDefaultStudentEnrollment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Lda
Get or Set Lda
Declaration
public DateTime? Lda { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
ProgramVersionCode
Get or Set ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgramVersionDescrip
Get or Set ProgramVersionDescrip
Declaration
public string ProgramVersionDescrip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SchoolStatus
Get or Set SchoolStatus
Declaration
public string SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Get or Set StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StuNum
Get or Set StuNum
Declaration
public string StuNum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyBitCodeId
Get or Set SyBitCodeID
Declaration
public int? SyBitCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SyCampus
Get or Set SyCampus
Declaration
public string SyCampus { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalCredits
Get or Set TotalCredits
Declaration
public decimal? TotalCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
TotalHours
Get or Set TotalHours
Declaration
public decimal? TotalHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
UseScheduledHours
Get or Set UseScheduledHours
Declaration
public bool? UseScheduledHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |