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