Class StateGrantEligibleStudentEntity
This class represents the EntityModel interface to the FaStateEligibility database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StateGrantEligibleStudentEntity : Entity, IIdentifiable, IAuditable
Constructors
StateGrantEligibleStudentEntity()
Declaration
public StateGrantEligibleStudentEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstNameProperty
The FirstName property.
Declaration
public static readonly EntityProperty FirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FiscalYearProperty
The FiscalYear property.
Declaration
public static readonly EntityProperty FiscalYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GenderProperty
The Gender property.
Declaration
public static readonly EntityProperty GenderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HsGraduationDateProperty
The HsGraduationDate property.
Declaration
public static readonly EntityProperty HsGraduationDateProperty
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 |
IsHopeEligibleProperty
The IsHopeEligible property.
Declaration
public static readonly EntityProperty IsHopeEligibleProperty
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 |
LastNameProperty
The LastName property.
Declaration
public static readonly EntityProperty LastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MiProperty
The Mi property.
Declaration
public static readonly EntityProperty MiProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The PostalCode property.
Declaration
public static readonly EntityProperty PostalCodeProperty
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 |
SsnProperty
The Ssn property.
Declaration
public static readonly EntityProperty SsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateReportIdProperty
The StateReportId property.
Declaration
public static readonly EntityProperty StateReportIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ZellMillerFlagProperty
The ZellMillerFlag property.
Declaration
public static readonly EntityProperty ZellMillerFlagProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StateGrantEligibleStudentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstName
Gets or sets the FirstName associated with this StateGrantEligibleStudentEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FiscalYear
Gets or sets the FiscalYear associated with this StateGrantEligibleStudentEntity.
Declaration
public string FiscalYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FiscalYear. |
Gender
Gets or sets the Gender associated with this StateGrantEligibleStudentEntity.
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Gender. |
HsGraduationDate
Gets or sets the HsGraduationDate associated with this StateGrantEligibleStudentEntity.
Declaration
public string HsGraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HsGraduationDate. |
Id
Gets or sets the Id associated with this StateGrantEligibleStudentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHopeEligible
Gets or sets the IsHopeEligible associated with this StateGrantEligibleStudentEntity.
Declaration
public bool? IsHopeEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsHopeEligible. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StateGrantEligibleStudentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StateGrantEligibleStudentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this StateGrantEligibleStudentEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
Mi
Gets or sets the Mi associated with this StateGrantEligibleStudentEntity.
Declaration
public string Mi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Mi. |
PostalCode
Gets or sets the PostalCode associated with this StateGrantEligibleStudentEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RowVersion
Gets or sets the RowVersion associated with this StateGrantEligibleStudentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Ssn
Gets or sets the Ssn associated with this StateGrantEligibleStudentEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StateReportId
Gets or sets the StateReportId associated with this StateGrantEligibleStudentEntity.
Declaration
public int? StateReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StateReportId. |
ZellMillerFlag
Gets or sets the ZellMillerFlag associated with this StateGrantEligibleStudentEntity.
Declaration
public string ZellMillerFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ZellMillerFlag. |
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()