Class SaveStudentTransferCreditRequest
Inheritance
System.Object
SaveStudentTransferCreditRequest
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SaveStudentTransferCreditRequest : ServiceRequest
Constructors
SaveStudentTransferCreditRequest()
Declaration
public SaveStudentTransferCreditRequest()
Properties
ApprovedDate
ApprovedDate
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
CollegeCourseClockHoursAttempted
CollegeCourseClockHoursAttempted
Declaration
public decimal? CollegeCourseClockHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CollegeCourseClockHoursEarned
CollegeCourseClockHoursEarned
Declaration
public decimal? CollegeCourseClockHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CollegeCourseCreditHoursAttempted
CollegeCourseCreditHoursAttempted
Declaration
public decimal? CollegeCourseCreditHoursAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CollegeCourseCreditHoursEarned
CollegeCourseCreditHoursEarned
Declaration
public decimal? CollegeCourseCreditHoursEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CollegeCourseGradePoints
CollegeCourseGradePoints
Declaration
public decimal? CollegeCourseGradePoints { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
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 |
RowVersion
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
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 ICollection<StudentTransferCreditMultipleExternalCourseEntity> StudentTransferCreditExternalCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentTransferCreditMultipleExternalCourseEntity> |
StudentTransferCreditId
CollegeTransferAdvanceId
Declaration
public int StudentTransferCreditId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentTransferCreditInternalCourseList
StudentTransferCreditInternalCourseList
Declaration
public ICollection<StudentTransferCreditMultipleInternalCourseEntity> StudentTransferCreditInternalCourseList { 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.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> |