Class CopyProgramVersionRequest
Represents the request for the CopyProgramRequest.
Inheritance
System.Object
CopyProgramVersionRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyProgramVersionRequest : ServiceRequest
Constructors
CopyProgramVersionRequest()
Declaration
public CopyProgramVersionRequest()
Properties
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAreaOfStudy
Declaration
public bool IsAreaOfStudy { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCIPCode
Declaration
public bool IsCIPCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCipCodeReporting
Declaration
public bool IsCipCodeReporting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCourseList
Declaration
public bool IsCourseList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDegreePathWay
Declaration
public bool IsDegreePathWay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDetailSettingsField
Declaration
public bool IsDetailSettingsField { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDocument
Declaration
public bool IsDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFinancialAid
Declaration
public bool IsFinancialAid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsGeneralFields
Declaration
public bool IsGeneralFields { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRequirementRule
Declaration
public bool IsRequirementRule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentAccount
Declaration
public bool IsStudentAccount { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTest
Declaration
public bool IsTest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedProgramVersionId
Declaration
public int SelectedProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|