Class ProgramVersionAreaOfStudyDetail
Inheritance
System.Object
ProgramVersionAreaOfStudyDetail
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 ProgramVersionAreaOfStudyDetail
Constructors
ProgramVersionAreaOfStudyDetail()
Declaration
public ProgramVersionAreaOfStudyDetail()
Properties
AreaOfStudyCode
Declaration
public string AreaOfStudyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
AreaOfStudyDescription
Declaration
public string AreaOfStudyDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
AreaOfStudyId
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Gpa
Declaration
public decimal Gpa { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
GpaText
Declaration
public string GpaText { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramDescription
Declaration
public string ProgramDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionAreaOfStudyType
Declaration
public string ProgramVersionAreaOfStudyType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProgramVersionComments { get; set; }
Property Value
Type |
Description |
System.String |
|
TotalRequiredUnits
Declaration
public decimal TotalRequiredUnits { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsAttempted
Declaration
public decimal UnitsAttempted { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsEarned
Declaration
public decimal UnitsEarned { get; set; }
Property Value
Type |
Description |
System.Decimal |
|