Class StudentTransferCreditMultiple
This class represents the Query Model interface to the AmCollegeTransferAdvance database table. This partial is automatically generated and contains all of the entity properties as defined in the PocoMapper data mapping file. Do not edit this file, as your changes will be overwritten the next time this code is generated.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentTransferCreditMultiple
Constructors
StudentTransferCreditMultiple()
Declaration
public StudentTransferCreditMultiple()
Properties
ApprovedDate
Gets or sets the ApprovedDate associated with this StudentTransferCreditMultiple.
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApprovedDate. |
CourseAssociations
Declaration
public virtual ICollection<StudentTransferCreditMultipleCourseAssociation> CourseAssociations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentTransferCreditMultipleCourseAssociation> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentTransferCreditMultiple.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Grade
Gets or sets the Grade associated with this StudentTransferCreditMultiple.
Declaration
public string Grade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Grade. |
Id
Gets or sets the Id associated with this StudentTransferCreditMultiple.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsApproved
Gets or sets the IsApproved associated with this StudentTransferCreditMultiple.
Declaration
public bool IsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsApproved. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentTransferCreditMultiple.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentTransferCreditMultiple.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentTransferCreditMultiple.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentTransferCreditMultiple.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StudentTransferCreditMultiple.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TransferCreditStatus
Declaration
public virtual TransferCreditStatus TransferCreditStatus { get; set; }
Property Value
Type | Description |
---|---|
TransferCreditStatus |
TransferCreditStatusId
Gets or sets the TransferCreditStatusId associated with this StudentTransferCreditMultiple.
Declaration
public int TransferCreditStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransferCreditStatusId. |
TransferCreditTypeIdList
Gets or sets the TransferCreditTypeIdList associated with this StudentTransferCreditMultiple.
Declaration
public string TransferCreditTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransferCreditTypeIdList. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()