Class SaveStudentEnrollmentAreaOfStudyResponse
Represents the response for the SaveStudentEnrollmentAreaOfStudy method.
Inheritance
System.Object
SaveStudentEnrollmentAreaOfStudyResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveStudentEnrollmentAreaOfStudyResponse : ServiceResponse
Constructors
SaveStudentEnrollmentAreaOfStudyResponse()
Declaration
public SaveStudentEnrollmentAreaOfStudyResponse()
Properties
IsDataSaved
Gets or sets the IsDataSaved. True - if data is saved successfully False - if data is not saved.
Declaration
public bool IsDataSaved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProgramVersionAreaOfStudyConfigList
Get or Set ProgramVersionAreaOfStudyConfigList
Declaration
public List<SavedProgramVersionAreaOfStudyConfigList> ProgramVersionAreaOfStudyConfigList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<SavedProgramVersionAreaOfStudyConfigList> |
XmlResponse
Get or Set XmlResponse
Declaration
public string XmlResponse { get; set; }
Property Value
Type | Description |
---|---|
System.String |