Class SaveStartDateTermResponse
Represents the response for the GetStudentCourse method.
Inheritance
System.Object
SaveStartDateTermResponse
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class SaveStartDateTermResponse : ServiceResponse
Constructors
SaveStartDateTermResponse()
Declaration
public SaveStartDateTermResponse()
Properties
CampusId
Gets or sets the Is term open.
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
To make term open
|
entity
Declaration
public SchoolStartDateTermEntity entity { get; set; }
Property Value
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShoolStartDateId
Declaration
public int ShoolStartDateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|