Class AdvancedStudentTransferCreditResponse
Represents the response for the AdvancedStudentTransferCredit method.
Inheritance
System.Object
AdvancedStudentTransferCreditResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class AdvancedStudentTransferCreditResponse : ServiceResponse
Constructors
AdvancedStudentTransferCreditResponse()
Declaration
public AdvancedStudentTransferCreditResponse()
Properties
ApprovedDate
ApprovedDate
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Grade
Grade
Declaration
public string Grade { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsApproved
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StudentEnrollmentPeriodId
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentTransferCreditExternalCourseList
StudentTransferCreditExternalCourseList
Declaration
public List<StudentTransferCreditMultipleExternalCourseEntity> StudentTransferCreditExternalCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentTransferCreditMultipleExternalCourseEntity> |
StudentTransferCreditInternalCourseList
StudentTransferCreditInternalCourseList
Declaration
public List<StudentTransferCreditMultipleInternalCourseEntity> StudentTransferCreditInternalCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StudentTransferCreditMultipleInternalCourseEntity> |
StudentTransferCreditMultipleId
CollegeTransferAdvanceId
Declaration
public int StudentTransferCreditMultipleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
TransferCreditStatusId
TransferCreditStatusId
Declaration
public int TransferCreditStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TransferCreditTypeId
TransferCreditTypeId
Declaration
public int TransferCreditTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TransferCreditTypeIdList
TransferCreditTypeIdList
Declaration
public List<int> TransferCreditTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |