Class StudentTransferCreditMultipleEntity
This class represents the EntityModel for the AmCollegeTransferAdvance database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
[Obsolete("Deprecated. Do not use.")]
public class StudentTransferCreditMultipleEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentTransferCreditMultipleEntity()
Declaration
public StudentTransferCreditMultipleEntity()
Fields
ApprovedDateProperty
The ApprovedDate property.
Declaration
public static readonly EntityProperty ApprovedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseAssociationsProperty
The CourseAssociations property.
Declaration
public static readonly EntityProperty CourseAssociationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradeProperty
The Grade property.
Declaration
public static readonly EntityProperty GradeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsApprovedProperty
The IsApproved property.
Declaration
public static readonly EntityProperty IsApprovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransferCreditStatusIdProperty
The TransferCreditStatusId property.
Declaration
public static readonly EntityProperty TransferCreditStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransferCreditTypeIdListProperty
The TransferCreditTypeIdList property.
Declaration
public static readonly EntityProperty TransferCreditTypeIdListProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApprovedDate
Gets or sets the ApprovedDate associated with this StudentTransferCreditMultipleEntity.
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApprovedDate. |
CourseAssociations
Declaration
public virtual EntityCollection<StudentTransferCreditMultipleCourseAssociationEntity> CourseAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentTransferCreditMultipleCourseAssociationEntity> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentTransferCreditMultipleEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Grade
Gets or sets the Grade associated with this StudentTransferCreditMultipleEntity.
Declaration
public string Grade { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Grade. |
Id
Gets or sets the Id associated with this StudentTransferCreditMultipleEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsApproved
Gets or sets the IsApproved associated with this StudentTransferCreditMultipleEntity.
Declaration
public bool IsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsApproved. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentTransferCreditMultipleEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentTransferCreditMultipleEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentTransferCreditMultipleEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentTransferCreditMultipleEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentTransferCreditMultipleEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermId
Gets or sets the TermId associated with this StudentTransferCreditMultipleEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TransferCreditStatusId
Gets or sets the TransferCreditStatusId associated with this StudentTransferCreditMultipleEntity.
Declaration
public int TransferCreditStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TransferCreditStatusId. |
TransferCreditTypeIdList
Gets or sets the TransferCreditTypeIdList associated with this StudentTransferCreditMultipleEntity.
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()