Class StudentAwardNonTitleIvBatchEntity
This class represents the EntityModel interface to the FaStudentFundSourceBatch_FAA database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardNonTitleIvBatchEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardNonTitleIvBatchEntity()
Declaration
public StudentAwardNonTitleIvBatchEntity()
Fields
BatchStatusProperty
The BatchStatus property.
Declaration
public static readonly EntityProperty BatchStatusProperty
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 |
EndDateProperty
The EndDate property.
Declaration
public static readonly EntityProperty EndDateProperty
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 |
ImportDateProperty
The ImportDate property.
Declaration
public static readonly EntityProperty ImportDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ImportFileNameProperty
The ImportFileName property.
Declaration
public static readonly EntityProperty ImportFileNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ImportFilePathProperty
The ImportFilePath property.
Declaration
public static readonly EntityProperty ImportFilePathProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ImportUserIdProperty
The ImportUserId property.
Declaration
public static readonly EntityProperty ImportUserIdProperty
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 |
RecordsImportedProperty
The RecordsImported property.
Declaration
public static readonly EntityProperty RecordsImportedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReviewStatusProperty
The ReviewStatus property.
Declaration
public static readonly EntityProperty ReviewStatusProperty
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 |
Properties
BatchStatus
Gets or sets the BatchStatus associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public string BatchStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EndDate
Gets or sets the EndDate associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public DateTime? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDate. |
Id
Gets or sets the Id associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public DateTime? ImportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ImportDate. |
ImportFileName
Gets or sets the ImportFileName associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public string ImportFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImportFileName. |
ImportFilePath
Gets or sets the ImportFilePath associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public string ImportFilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImportFilePath. |
ImportUserId
Gets or sets the ImportUserId associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public int? ImportUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ImportUserId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecordsImported
Gets or sets the RecordsImported associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public int? RecordsImported { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordsImported. |
ReviewStatus
Gets or sets the ReviewStatus associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public string ReviewStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReviewStatus. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardNonTitleIvBatchEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()