Class StudentTransferCreditMultipleCourseAssociation
This class represents the Query Model interface to the AmCollegeTransferRelation 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
[Obsolete("Deprecated. Do not use.")]
public class StudentTransferCreditMultipleCourseAssociation
Constructors
StudentTransferCreditMultipleCourseAssociation()
Declaration
public StudentTransferCreditMultipleCourseAssociation()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentTransferCreditMultipleCourseAssociation.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentTransferCreditMultipleCourseAssociation.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentTransferCreditMultipleCourseAssociation.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentTransferCreditMultipleCourseAssociation.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
StudentTransferCreditMultiple
Declaration
public virtual StudentTransferCreditMultiple StudentTransferCreditMultiple { get; set; }
Property Value
Type | Description |
---|---|
StudentTransferCreditMultiple |
StudentTransferCreditMultipleExternalCourse
Declaration
public virtual StudentTransferCreditMultipleExternalCourse StudentTransferCreditMultipleExternalCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentTransferCreditMultipleExternalCourse |
StudentTransferCreditMultipleExternalCourseId
Gets or sets the StudentTransferCreditMultipleExternalCourseId associated with this StudentTransferCreditMultipleCourseAssociation.
Declaration
public int? StudentTransferCreditMultipleExternalCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentTransferCreditMultipleExternalCourseId. |
StudentTransferCreditMultipleId
Gets or sets the StudentTransferCreditMultipleId associated with this StudentTransferCreditMultipleCourseAssociation.
Declaration
public int StudentTransferCreditMultipleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentTransferCreditMultipleId. |
StudentTransferCreditMultipleInternalCourse
Declaration
public virtual StudentTransferCreditMultipleInternalCourse StudentTransferCreditMultipleInternalCourse { get; set; }
Property Value
Type | Description |
---|---|
StudentTransferCreditMultipleInternalCourse |
StudentTransferCreditMultipleInternalCourseId
Gets or sets the StudentTransferCreditMultipleInternalCourseId associated with this StudentTransferCreditMultipleCourseAssociation.
Declaration
public int? StudentTransferCreditMultipleInternalCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentTransferCreditMultipleInternalCourseId. |
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()