Class GainfulEmploymentExportImportFileEntity
This class represents the EntityModel interface to the AdGainfulEmploymentReporting database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class GainfulEmploymentExportImportFileEntity : Entity, IIdentifiable, IAuditable
Constructors
GainfulEmploymentExportImportFileEntity()
Declaration
public GainfulEmploymentExportImportFileEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaExportImportFileIdProperty
The FaExportImportFileId property.
Declaration
public static readonly EntityProperty FaExportImportFileIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GainfulEmploymentAwardYearSchemaIdProperty
The GainfulEmploymentAwardYearSchemaId property.
Declaration
public static readonly EntityProperty GainfulEmploymentAwardYearSchemaIdProperty
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 |
IsErrorSubmittalFileProperty
The IsErrorSubmittalFile property.
Declaration
public static readonly EntityProperty IsErrorSubmittalFileProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProgramVersionUsedProperty
The IsProgramVersionUsed property.
Declaration
public static readonly EntityProperty IsProgramVersionUsedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTuitionAndFeesIncludedProperty
The IsTuitionAndFeesIncluded property.
Declaration
public static readonly EntityProperty IsTuitionAndFeesIncludedProperty
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 |
SubmittalFaExportImportFileIdProperty
The SubmittalFaExportImportFileId property.
Declaration
public static readonly EntityProperty SubmittalFaExportImportFileIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TuitionAndFeesCriteriaProperty
The TuitionAndFeesCriteria property.
Declaration
public static readonly EntityProperty TuitionAndFeesCriteriaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public int FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaExportImportFileId. |
GainfulEmploymentAwardYearSchemaId
Gets or sets the GainfulEmploymentAwardYearSchemaId associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public int GainfulEmploymentAwardYearSchemaId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GainfulEmploymentAwardYearSchemaId. |
Id
Gets or sets the Id associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsErrorSubmittalFile
Gets or sets the IsErrorSubmittalFile associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public bool IsErrorSubmittalFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsErrorSubmittalFile. |
IsProgramVersionUsed
Gets or sets the IsProgramVersionUsed associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public bool IsProgramVersionUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProgramVersionUsed. |
IsTuitionAndFeesIncluded
Gets or sets the IsTuitionAndFeesIncluded associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public bool IsTuitionAndFeesIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTuitionAndFeesIncluded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SubmittalFaExportImportFileId
Gets or sets the SubmittalFaExportImportFileId associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public int? SubmittalFaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SubmittalFaExportImportFileId. |
TuitionAndFeesCriteria
Gets or sets the TuitionAndFeesCriteria associated with this GainfulEmploymentExportImportFileEntity.
Declaration
public string TuitionAndFeesCriteria { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TuitionAndFeesCriteria. |
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()