Class ConvertToAuditCourseRequest
Represents the a request for the ConvertToAuditCourse method.
Inheritance
System.Object
ConvertToAuditCourseRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ConvertToAuditCourseRequest : ServiceRequest
Constructors
ConvertToAuditCourseRequest()
Declaration
public ConvertToAuditCourseRequest()
Properties
EffectiveDate
Pass Effective Date
Declaration
public DateTime? EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
EffectiveDateLaterOverride
Effective Date Later Override - Below property is used to overide if given effective date is beyond Audit Desgnation date and user wants to continue still. False - Checks whether given Effective Date is beyond Audit Desgnation Date. True - Overrides Audit Designation date and allows user to Convert To Audit Course.
Declaration
public bool EffectiveDateLaterOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAllowedToOverrideRegistrationConflict
Override registration lock flag
Declaration
public bool IsAllowedToOverrideRegistrationConflict { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRetakeOverride
Pass Retake Override _ Below property is used to overide for already COurse set as Audit and users wants to overide. False - Checks whether given Course is set Auto Audit True - Overides Auto Audit that is set for Course and continues further to Convert to Audit.
Declaration
public bool IsRetakeOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentCourseId
Pass Student Course Id
Declaration
public int StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Pass Student Id
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |