Class SaveProgramResponse
Represents the response for the SaveBooksResponse method.
Inheritance
System.Object
SaveProgramResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveProgramResponse : ServiceResponse
Constructors
SaveProgramResponse()
Declaration
public SaveProgramResponse()
Properties
AllowOnlineApplication
Declaration
public bool AllowOnlineApplication { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CipCode
Declaration
public string CipCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentYearCipCodeId
Declaration
public int? CurrentYearCipCodeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EntityState
Declaration
public EntityState EntityState { get; set; }
Property Value
Type |
Description |
Cmc.Core.EntityModel.EntityState |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCIPCodeOFProgramVersionDiffrentFromProgram
Declaration
public bool IsCIPCodeOFProgramVersionDiffrentFromProgram { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCIPCodeUpdateToProgramVersion
Declaration
public bool IsCIPCodeUpdateToProgramVersion { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsProgramGroupChanges
Declaration
public bool IsProgramGroupChanges { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Program
Declaration
public ProgramEntity Program { get; set; }
Property Value
ProgramGroupIds
Declaration
public List<int> ProgramGroupIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Programs
Declaration
public List<ProgramEntity> Programs { get; set; }
Property Value
RequirementRuleIds
Declaration
public List<int> RequirementRuleIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|