Class EnrollmentReportingProgramDetailEntity
This class represents the EntityModel interface to the FaSscr002 database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class EnrollmentReportingProgramDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
EnrollmentReportingProgramDetailEntity()
Declaration
public EnrollmentReportingProgramDetailEntity()
Fields
CipCodeDescriptionProperty
The CipCodeDescription property.
Declaration
public static readonly EntityProperty CipCodeDescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CipCodeProperty
The CipCode property.
Declaration
public static readonly EntityProperty CipCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CipYearProperty
The CipYear property.
Declaration
public static readonly EntityProperty CipYearProperty
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 |
CredentialLevelProperty
The CredentialLevel property.
Declaration
public static readonly EntityProperty CredentialLevelProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentReportingDetailIdProperty
The EnrollmentReportingDetailId property.
Declaration
public static readonly EntityProperty EnrollmentReportingDetailIdProperty
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 |
IsMergedProperty
The IsMerged property.
Declaration
public static readonly EntityProperty IsMergedProperty
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 |
MergedEnrollmentsProperty
The MergedEnrollments property.
Declaration
public static readonly EntityProperty MergedEnrollmentsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OpeIdProperty
The OpeId property.
Declaration
public static readonly EntityProperty OpeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramBeginDateProperty
The ProgramBeginDate property.
Declaration
public static readonly EntityProperty ProgramBeginDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramEnrollmentEffectiveDateProperty
The ProgramEnrollmentEffectiveDate property.
Declaration
public static readonly EntityProperty ProgramEnrollmentEffectiveDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramEnrollmentStatusProperty
The ProgramEnrollmentStatus property.
Declaration
public static readonly EntityProperty ProgramEnrollmentStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PublishedProgramLengthMeasurementProperty
The PublishedProgramLengthMeasurement property.
Declaration
public static readonly EntityProperty PublishedProgramLengthMeasurementProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PublishedProgramLengthProperty
The PublishedProgramLength property.
Declaration
public static readonly EntityProperty PublishedProgramLengthProperty
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 |
SchoolBranchCodeProperty
The SchoolBranchCode property.
Declaration
public static readonly EntityProperty SchoolBranchCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolCodeProperty
The SchoolCode property.
Declaration
public static readonly EntityProperty SchoolCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SpecialProgramIndicatorProperty
The SpecialProgramIndicator property.
Declaration
public static readonly EntityProperty SpecialProgramIndicatorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SsnProperty
The Ssn property.
Declaration
public static readonly EntityProperty SsnProperty
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 |
WeeksInTitleIvAcademicYearProperty
The WeeksInTitleIvAcademicYear property.
Declaration
public static readonly EntityProperty WeeksInTitleIvAcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CipCode
Gets or sets the CipCode associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string CipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CipCode. |
CipCodeDescription
Gets or sets the CipCodeDescription associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string CipCodeDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CipCodeDescription. |
CipYear
Gets or sets the CipYear associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string CipYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CipYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CredentialLevel
Gets or sets the CredentialLevel associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string CredentialLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CredentialLevel. |
EnrollmentReportingDetailId
Gets or sets the EnrollmentReportingDetailId associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public int? EnrollmentReportingDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentReportingDetailId. |
Id
Gets or sets the Id associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsMerged
Gets or sets the IsMerged associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public bool IsMerged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMerged. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MergedEnrollments
Gets or sets the MergedEnrollments associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string MergedEnrollments { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MergedEnrollments. |
OpeId
Gets or sets the OpeId associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string OpeId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OpeId. |
ProgramBeginDate
Gets or sets the ProgramBeginDate associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public DateTime? ProgramBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProgramBeginDate. |
ProgramEnrollmentEffectiveDate
Gets or sets the ProgramEnrollmentEffectiveDate associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public DateTime? ProgramEnrollmentEffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProgramEnrollmentEffectiveDate. |
ProgramEnrollmentStatus
Gets or sets the ProgramEnrollmentStatus associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string ProgramEnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramEnrollmentStatus. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
PublishedProgramLength
Gets or sets the PublishedProgramLength associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string PublishedProgramLength { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PublishedProgramLength. |
PublishedProgramLengthMeasurement
Gets or sets the PublishedProgramLengthMeasurement associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string PublishedProgramLengthMeasurement { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PublishedProgramLengthMeasurement. |
RowVersion
Gets or sets the RowVersion associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolBranchCode
Gets or sets the SchoolBranchCode associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string SchoolBranchCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolBranchCode. |
SchoolCode
Gets or sets the SchoolCode associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
SpecialProgramIndicator
Gets or sets the SpecialProgramIndicator associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string SpecialProgramIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SpecialProgramIndicator. |
Ssn
Gets or sets the Ssn associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
WeeksInTitleIvAcademicYear
Gets or sets the WeeksInTitleIvAcademicYear associated with this EnrollmentReportingProgramDetailEntity.
Declaration
public string WeeksInTitleIvAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WeeksInTitleIvAcademicYear. |
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()