Class DeleteRequiredCourseRequest
Represents the a request for the DeleteRequiredCourse method.
Inheritance
System.Object
DeleteRequiredCourseRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class DeleteRequiredCourseRequest : ServiceRequest
Constructors
DeleteRequiredCourseRequest()
Declaration
public DeleteRequiredCourseRequest()
Properties
RequiredCourseIdList
Gets or sets the value.
Declaration
public IList<int> RequiredCourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |
RequiredCourseList
Gets or sets the value.
Declaration
public IList<RequiredCourseEntity> RequiredCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<RequiredCourseEntity> |