Class SaveCrossListClassSectionRequest
Inheritance
System.Object
SaveCrossListClassSectionRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveCrossListClassSectionRequest : ServiceRequest
Constructors
SaveCrossListClassSectionRequest()
Declaration
public SaveCrossListClassSectionRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CrossListClassSections
Declaration
public List<CrossListClassSectionCustom> CrossListClassSections { get; set; }
Property Value
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|