Class FulfillRequirementRequest
Inheritance
System.Object
FulfillRequirementRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class FulfillRequirementRequest : ServiceRequest
Constructors
FulfillRequirementRequest()
Declaration
public FulfillRequirementRequest()
Properties
DegreeAuditFulfillmentCourseId
Declaration
public int DegreeAuditFulfillmentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DegreeAuditFulfillmentElectiveCourseId
Declaration
public int DegreeAuditFulfillmentElectiveCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FulfilledElectiveCourseCode
Declaration
public string FulfilledElectiveCourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FulfilledElectiveCourseName
Declaration
public string FulfilledElectiveCourseName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsMessageDisplayed
Declaration
public bool IsMessageDisplayed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsMultipleFulfillmentApplied
Declaration
public bool IsMultipleFulfillmentApplied { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentCourseId
Declaration
public int StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentDpaCourseId
Declaration
public int StudentEnrollmentDpaCourseId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|