Class GetDegreeProgressAuditRequest
Inheritance
System.Object
GetDegreeProgressAuditRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetDegreeProgressAuditRequest : ServiceRequest
Constructors
GetDegreeProgressAuditRequest()
Declaration
public GetDegreeProgressAuditRequest()
Properties
DegreeProgressAuditRequestor
Declaration
public DegreeProgressAuditRequestorType DegreeProgressAuditRequestor { get; set; }
Property Value
HasCourseLimitForRequirementRules
Declaration
public bool HasCourseLimitForRequirementRules { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HypotheticalCatalogYearId
Declaration
public int HypotheticalCatalogYearId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
HypotheticalConcentrationIds
Declaration
public int[] HypotheticalConcentrationIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
HypotheticalProgramVersionId
Declaration
public int HypotheticalProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsEnabledDpaUnifiedApi
Declaration
public bool IsEnabledDpaUnifiedApi { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsHypothetical
Declaration
public bool IsHypothetical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
UnapprovedTransferCreditStatusIdList
Declaration
public int[] UnapprovedTransferCreditStatusIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|