Class StudentEnrollmentPeriodTransferEntity
This class represents the EntityModel interface to the AdStudentTransferHeader database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentPeriodTransferEntity : Entity, IIdentifiable
Constructors
StudentEnrollmentPeriodTransferEntity()
Declaration
public StudentEnrollmentPeriodTransferEntity()
Fields
CoursesProperty
The Courses property.
Declaration
public static readonly EntityProperty CoursesProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The The date when the item or person was added or the status change was entered. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentsProperty
The Documents property.
Declaration
public static readonly EntityProperty DocumentsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaTaskAssignedStaffIdProperty
The The advisor name and the group of the financial aid advisor. property.
Declaration
public static readonly EntityProperty FaTaskAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaTaskTemplateIdProperty
The The Financial Aid task for the staff who need to be aware of transfers in order to correct or adjust the financial aid packing, billing, and outstanding balances. property.
Declaration
public static readonly EntityProperty FaTaskTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FromCampusIdProperty
The FromCampusId property.
Declaration
public static readonly EntityProperty FromCampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FromProgramVersionIdProperty
The FromProgramVersionId property.
Declaration
public static readonly EntityProperty FromProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FromStudentEnrollmentPeriodIdProperty
The FromStudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty FromStudentEnrollmentPeriodIdProperty
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 |
IsBilledDateMovedProperty
The Indicates the Date Billed value must be moved with the transfer. property.
Declaration
public static readonly EntityProperty IsBilledDateMovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsBudgetMovedProperty
The Indicates that budget information must be moved. property.
Declaration
public static readonly EntityProperty IsBudgetMovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCoursesMovedProperty
The Indicates the courses must be moved. property.
Declaration
public static readonly EntityProperty IsCoursesMovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDocumentReviewPerformedProperty
The Indicates whether a document review must be performed. This action ensures that the student is compliant with whatever standards or requirements for the institution or the specific program. property.
Declaration
public static readonly EntityProperty IsDocumentReviewPerformedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsFeesModifiedProperty
The IsFeesModified property.
Declaration
public static readonly EntityProperty IsFeesModifiedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsLdaMovedProperty
The Indicates the last date of attendance must be moved with the transfer. property.
Declaration
public static readonly EntityProperty IsLdaMovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPackagedFinancialAidMovedProperty
The IsPackagedFinancialAidMoved property.
Declaration
public static readonly EntityProperty IsPackagedFinancialAidMovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProcessedNowProperty
The IsProcessedNow property.
Declaration
public static readonly EntityProperty IsProcessedNowProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProcessedProperty
The IsProcessed property.
Declaration
public static readonly EntityProperty IsProcessedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReversedProperty
The IsReversed property.
Declaration
public static readonly EntityProperty IsReversedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsStartDateMovedProperty
The Indicates the Expected Start Date, Graduation Date and Version Start Date will be copied in the transfer. property.
Declaration
public static readonly EntityProperty IsStartDateMovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateProperty
The The date that the item was updated or changed. property.
Declaration
public static readonly EntityProperty LastModifiedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The The last and then first name of the person that changed the item. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessDateProperty
The ProcessDate property.
Declaration
public static readonly EntityProperty ProcessDateProperty
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 |
SaTaskAssignedStaffIdProperty
The SaTaskAssignedStaffId property.
Declaration
public static readonly EntityProperty SaTaskAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SaTaskTemplateIdProperty
The The Student Accounts task for the staff who need to be aware of transfers in order to correct or adjust the billing and outstanding balances. property.
Declaration
public static readonly EntityProperty SaTaskTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentGroupIdProperty
The StudentGroupId property.
Declaration
public static readonly EntityProperty StudentGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The The last and then first name of the student. property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ToCampusIdProperty
The ToCampusId property.
Declaration
public static readonly EntityProperty ToCampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ToProgramVersionIdProperty
The ToProgramVersionId property.
Declaration
public static readonly EntityProperty ToProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ToStudentEnrollmentPeriodIdProperty
The ToStudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty ToStudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Courses
Declaration
public virtual EntityCollection<StudentEnrollmentPeriodTransferCourseEntity> Courses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentEnrollmentPeriodTransferCourseEntity> |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Documents
Declaration
public virtual EntityCollection<StudentEnrollmentPeriodTransferDocumentEntity> Documents { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentEnrollmentPeriodTransferDocumentEntity> |
FaTaskAssignedStaffId
Gets or sets the FaTaskAssignedStaffId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int? FaTaskAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaTaskAssignedStaffId. |
FaTaskTemplateId
Gets or sets the FaTaskTemplateId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int? FaTaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaTaskTemplateId. |
FromCampusId
Gets or sets the FromCampusId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int FromCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FromCampusId. |
FromProgramVersionId
Gets or sets the FromProgramVersionId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int FromProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FromProgramVersionId. |
FromStudentEnrollmentPeriodId
Gets or sets the FromStudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int FromStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FromStudentEnrollmentPeriodId. |
HasPendingChanges
Declaration
public bool HasPendingChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the Id associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsBilledDateMoved
Gets or sets the IsBilledDateMoved associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsBilledDateMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBilledDateMoved. |
IsBudgetMoved
Gets or sets the IsBudgetMoved associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsBudgetMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsBudgetMoved. |
IsCoursesMoved
Gets or sets the IsCoursesMoved associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public string IsCoursesMoved { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsCoursesMoved. |
IsDocumentReviewPerformed
Gets or sets the IsDocumentReviewPerformed associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsDocumentReviewPerformed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDocumentReviewPerformed. |
IsFeesModified
Gets or sets the IsFeesModified associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsFeesModified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFeesModified. |
IsLdaMoved
Gets or sets the IsLdaMoved associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsLdaMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLdaMoved. |
IsPackagedFinancialAidMoved
Gets or sets the IsPackagedFinancialAidMoved associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsPackagedFinancialAidMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPackagedFinancialAidMoved. |
IsProcessed
Gets or sets the IsProcessed associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsProcessed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessed. |
IsProcessedNow
Gets or sets the IsProcessedNow associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsProcessedNow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessedNow. |
IsProcessLater
Declaration
public bool IsProcessLater { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReSubmitForPostingPendingCharges
Declaration
public bool IsReSubmitForPostingPendingCharges { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReversed
Gets or sets the IsReversed associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsReversed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReversed. |
IsStartDateMoved
Gets or sets the IsStartDateMoved associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public bool IsStartDateMoved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStartDateMoved. |
LastModifiedDate
Gets or sets the LastModifiedDate associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDate. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PostPendingCharges
Declaration
public bool PostPendingCharges { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProcessDate
Gets or sets the ProcessDate associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public DateTime ProcessDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ProcessDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SaTaskAssignedStaffId
Gets or sets the SaTaskAssignedStaffId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int? SaTaskAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SaTaskAssignedStaffId. |
SaTaskTemplateId
Gets or sets the SaTaskTemplateId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int? SaTaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SaTaskTemplateId. |
StudentGroupId
Gets or sets the StudentGroupId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
StudentId
Gets or sets the StudentId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
ToCampusId
Gets or sets the ToCampusId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int ToCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ToCampusId. |
ToProgramVersionId
Gets or sets the ToProgramVersionId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int ToProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ToProgramVersionId. |
ToStudentEnrollmentPeriodId
Gets or sets the ToStudentEnrollmentPeriodId associated with this StudentEnrollmentPeriodTransferEntity.
Declaration
public int? ToStudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ToStudentEnrollmentPeriodId. |
TransferEnrollmentType
Declaration
public TransferEnrollmentType TransferEnrollmentType { get; set; }
Property Value
Type | Description |
---|---|
TransferEnrollmentType |
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()