Class StudentAwardNonTitleIvBatchRunEntity
This class represents the EntityModel interface to the FaStudentFundSourceBatchRunHistory_FAA database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardNonTitleIvBatchRunEntity : Entity, IIdentifiable
Constructors
StudentAwardNonTitleIvBatchRunEntity()
Declaration
public StudentAwardNonTitleIvBatchRunEntity()
Fields
BackgroundBatchStatusIdProperty
The BackgroundBatchStatusId property.
Declaration
public static readonly EntityProperty BackgroundBatchStatusIdProperty
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 |
EndDateTimeProperty
The EndDateTime property.
Declaration
public static readonly EntityProperty EndDateTimeProperty
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
StartDateTimeProperty
The StartDateTime property.
Declaration
public static readonly EntityProperty StartDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BackgroundBatchStatusId
Gets or sets the BackgroundBatchStatusId associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public int? BackgroundBatchStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BackgroundBatchStatusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EndDateTime
Gets or sets the EndDateTime associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public DateTime? EndDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EndDateTime. |
Id
Gets or sets the Id associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartDateTime
Gets or sets the StartDateTime associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public DateTime StartDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StartDateTime. |
Status
Gets or sets the Status associated with this StudentAwardNonTitleIvBatchRunEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
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()