Class GetStudentTransferCreditsResponse
Inheritance
System.Object
GetStudentTransferCreditsResponse
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetStudentTransferCreditsResponse : ServiceResponse
Constructors
GetStudentTransferCreditsResponse()
To initialize the empty list.
Declaration
public GetStudentTransferCreditsResponse()
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 |
Note
Note
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
StudentTransferCreditId
StudentTransferCreditId
Declaration
public int StudentTransferCreditId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentTransferCreditMultipleExternalCourseList
StudentTransferCreditMultipleExternalCourseList
Declaration
public ICollection<StudentTransferCreditMultipleExternalCourseEntity> StudentTransferCreditMultipleExternalCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentTransferCreditMultipleExternalCourseEntity> |
StudentTransferCreditMultipleInternalCourseList
StudentTransferCreditMultipleInternalCourseList
Declaration
public ICollection<StudentTransferCreditMultipleInternalCourseEntity> StudentTransferCreditMultipleInternalCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentTransferCreditMultipleInternalCourseEntity> |
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.Nullable<System.Int32> |
TransferCreditTypeId
TransferCreditTypeId
Declaration
public int? TransferCreditTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
UserId
UserId
Declaration
public int UserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |