Class QueueTermAssociationCopyToProgramVersionRequest
Inheritance
System.Object
QueueTermAssociationCopyToProgramVersionRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class QueueTermAssociationCopyToProgramVersionRequest : ServiceRequest
Constructors
QueueTermAssociationCopyToProgramVersionRequest()
Declaration
public QueueTermAssociationCopyToProgramVersionRequest()
Properties
BatchIdentifier
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
FromProgramVersionId
Declaration
public int FromProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShiftSchoolStartDate
Declaration
public DateTime ShiftSchoolStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
StartDateId
Declaration
public int StartDateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermIdList
Declaration
public List<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ToProgramVersionIdList
Declaration
public List<int> ToProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|