Class GetStudentTransferCreditCampusCourseListRequest
Inheritance
System.Object
GetStudentTransferCreditCampusCourseListRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStudentTransferCreditCampusCourseListRequest : ServiceRequest
Constructors
GetStudentTransferCreditCampusCourseListRequest()
Declaration
public GetStudentTransferCreditCampusCourseListRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CollegeOrHighSchoolCourseIdList
Declaration
public ICollection<int> CollegeOrHighSchoolCourseIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
CollegeOrHighSchoolIdList
Declaration
public ICollection<int> CollegeOrHighSchoolIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
IsCollege
Declaration
public bool IsCollege { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCourseIncludeInActive
Declaration
public bool IsCourseIncludeInActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEdit
Declaration
public bool IsEdit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StatusId
Declaration
public int StatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentTransferCreditId
Declaration
public int? StudentTransferCreditId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|