Class CopyTermProgramAssociationRequest
Inheritance
System.Object
CopyTermProgramAssociationRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyTermProgramAssociationRequest : ServiceRequest
Constructors
CopyTermProgramAssociationRequest()
Declaration
public CopyTermProgramAssociationRequest()
Properties
ProgramVersionId
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionIdsToCopy
Declaration
public List<int> ProgramVersionIdsToCopy { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ShiftSchoolStartDateId
Declaration
public int ShiftSchoolStartDateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|