Class CopyProgramRequest
Represents the request for the CopyProgramRequest.
Inheritance
System.Object
CopyProgramRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyProgramRequest : ServiceRequest
Constructors
CopyProgramRequest()
Declaration
public CopyProgramRequest()
Properties
CopyToProgramIdList
Declaration
public List<int> CopyToProgramIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAllowOnlineApplication
Declaration
public bool IsAllowOnlineApplication { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCIPCode
Declaration
public bool IsCIPCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCode
Declaration
public bool IsCode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCopyToExistingProgram
Declaration
public bool IsCopyToExistingProgram { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsDocument
Declaration
public bool IsDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsName
Declaration
public bool IsName { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsProgramGroup
Declaration
public bool IsProgramGroup { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRequirementRule
Declaration
public bool IsRequirementRule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTest
Declaration
public bool IsTest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ProgramCode
Declaration
public string ProgramCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramName
Declaration
public string ProgramName { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedProgramId
Declaration
public int SelectedProgramId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|