Class IsirVerificationResultEntity
This class represents the EntityModel interface to the FaVerificationHistory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class IsirVerificationResultEntity : Entity, IIdentifiable, IAuditable
Constructors
IsirVerificationResultEntity()
Declaration
public IsirVerificationResultEntity()
Fields
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
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 |
EfcProperty
The Efc property.
Declaration
public static readonly EntityProperty EfcProperty
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 |
IsEligibilityChangedProperty
The IsEligibilityChanged property.
Declaration
public static readonly EntityProperty IsEligibilityChangedProperty
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 |
NewEfcProperty
The NewEfc property.
Declaration
public static readonly EntityProperty NewEfcProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransactionIdentifierProperty
The TransactionIdentifier property.
Declaration
public static readonly EntityProperty TransactionIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationIndicatorProperty
The VerificationIndicator property.
Declaration
public static readonly EntityProperty VerificationIndicatorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VerificationStatusProperty
The VerificationStatus property.
Declaration
public static readonly EntityProperty VerificationStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYear
Gets or sets the AwardYear associated with this IsirVerificationResultEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IsirVerificationResultEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Efc
Gets or sets the Efc associated with this IsirVerificationResultEntity.
Declaration
public int? Efc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Efc. |
Id
Gets or sets the Id associated with this IsirVerificationResultEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEligibilityChanged
Gets or sets the IsEligibilityChanged associated with this IsirVerificationResultEntity.
Declaration
public bool IsEligibilityChanged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEligibilityChanged. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IsirVerificationResultEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IsirVerificationResultEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewEfc
Gets or sets the NewEfc associated with this IsirVerificationResultEntity.
Declaration
public int? NewEfc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewEfc. |
RowVersion
Gets or sets the RowVersion associated with this IsirVerificationResultEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this IsirVerificationResultEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TransactionIdentifier
Gets or sets the TransactionIdentifier associated with this IsirVerificationResultEntity.
Declaration
public string TransactionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionIdentifier. |
VerificationIndicator
Gets or sets the VerificationIndicator associated with this IsirVerificationResultEntity.
Declaration
public string VerificationIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationIndicator. |
VerificationStatus
Gets or sets the VerificationStatus associated with this IsirVerificationResultEntity.
Declaration
public string VerificationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationStatus. |
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()