Class SaveCoursePrefixesRequest
Represents Save Course Prefixes Request
Inheritance
System.Object
SaveCoursePrefixesRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveCoursePrefixesRequest : ServiceResponse
Constructors
SaveCoursePrefixesRequest()
Declaration
public SaveCoursePrefixesRequest()
Properties
CampusIdList
set campus id list
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
CourseIdList
set course id list
Declaration
public ICollection<int> CourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
IsDeleteFromCoursePrefixes
set true if delete from Course prefixes
Declaration
public bool IsDeleteFromCoursePrefixes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrefixesIdList
set prefix id list
Declaration
public ICollection<int> PrefixesIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |