Class SavePoolPreviewCoursesRequest
Inheritance
System.Object
SavePoolPreviewCoursesRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SavePoolPreviewCoursesRequest : ServiceRequest
Constructors
SavePoolPreviewCoursesRequest()
Declaration
public SavePoolPreviewCoursesRequest()
Properties
ElectivePoolCourseList
Declaration
public ICollection<ElectivePoolCourseEntity> ElectivePoolCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ElectivePoolCourseEntity> |
ElectivePoolId
Declaration
public int ElectivePoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |