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