Class CourseTakenRequirementDetail
Inheritance
System.Object
CourseTakenRequirementDetail
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 CourseTakenRequirementDetail
Constructors
CourseTakenRequirementDetail()
Declaration
public CourseTakenRequirementDetail()
Properties
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseListRequirementId
Declaration
public int CourseListRequirementId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CourseStudentDegreeAuditId
Declaration
public int CourseStudentDegreeAuditId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ElectiveCourseCode
Declaration
public string ElectiveCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ElectiveCourseDescription
Declaration
public string ElectiveCourseDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
FulfillmentId
Declaration
public int FulfillmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FulfillmentIdOfOriginalElective
Declaration
public int FulfillmentIdOfOriginalElective { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FutureStatusCourseCode
Declaration
public string FutureStatusCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FutureStatusCourseDescription
Declaration
public string FutureStatusCourseDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
FutureStatusCourseUnits
Declaration
public decimal FutureStatusCourseUnits { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
IsCourseMultipleFulfilled
Declaration
public bool? IsCourseMultipleFulfilled { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsCrossReferencedCourse
Declaration
public bool IsCrossReferencedCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDisplayedInDegreeAudit
Declaration
public bool IsDisplayedInDegreeAudit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEquivalentCourse
Declaration
public bool IsEquivalentCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFulfilledThroughDpa
Declaration
public bool IsFulfilledThroughDpa { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsManualOverride
Declaration
public bool IsManualOverride { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMatchOnCourseListRequirement
Declaration
public bool IsMatchOnCourseListRequirement { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrimaryCourse
Declaration
public bool? IsPrimaryCourse { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsRetaken
Declaration
public bool IsRetaken { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSubstitutedCourse
Declaration
public bool IsSubstitutedCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ManualFulfillmentType
Declaration
public DegreeAuditFulfillmentType ManualFulfillmentType { get; set; }
Property Value
PrimaryStudentCourseId
Declaration
public int? PrimaryStudentCourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RequirementStatus
Declaration
public RequirementStatusType RequirementStatus { get; set; }
Property Value