Class DegreeAuditAvailableCoursesEn
Inheritance
System.Object
DegreeAuditAvailableCoursesEn
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 DegreeAuditAvailableCoursesEn
Constructors
DegreeAuditAvailableCoursesEn()
Declaration
public DegreeAuditAvailableCoursesEn()
Properties
AllowOverride
Declaration
public bool? AllowOverride { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
ClockHours
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseDescription
Declaration
public string CourseDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
CreditHours
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
FullfilmentNote
Declaration
public string FullfilmentNote { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsRetakeOverride
Declaration
public bool? IsRetakeOverride { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
MaximumCredits
Declaration
public decimal? MaximumCredits { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
MinimumCredits
Declaration
public decimal? MinimumCredits { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
RequiredNumber
Declaration
public int? RequiredNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|