Class GetCoursePrefixRequest
Inheritance
System.Object
GetCoursePrefixRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetCoursePrefixRequest : ServiceRequest
Constructors
GetCoursePrefixRequest()
Declaration
public GetCoursePrefixRequest()
Properties
CampusIdList
Gets or sets the CampusId.
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CourseIdList
Gets or sets the CourseId.
Declaration
public List<int> CourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
PrefixIdList
Gets or sets the PrefixId.
Declaration
public List<int> PrefixIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |