Class StudentAwardEstimateEntity
This class represents the EntityModel interface to the FaEstimateAward database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardEstimateEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardEstimateEntity()
Declaration
public StudentAwardEstimateEntity()
Fields
AcademicYearSequenceProperty
The AcademicYearSequence property.
Declaration
public static readonly EntityProperty AcademicYearSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AmountProperty
The Amount property.
Declaration
public static readonly EntityProperty AmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
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 |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceTypeProperty
The FundSourceType property.
Declaration
public static readonly EntityProperty FundSourceTypeProperty
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 |
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 |
LenderFeeProperty
The LenderFee property.
Declaration
public static readonly EntityProperty LenderFeeProperty
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 |
StudentAwardPellEstimateIdProperty
The StudentAwardPellEstimateId property.
Declaration
public static readonly EntityProperty StudentAwardPellEstimateIdProperty
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 |
Properties
AcademicYearSequence
Gets or sets the AcademicYearSequence associated with this StudentAwardEstimateEntity.
Declaration
public short AcademicYearSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The AcademicYearSequence. |
Amount
Gets or sets the Amount associated with this StudentAwardEstimateEntity.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AwardYear
Gets or sets the AwardYear associated with this StudentAwardEstimateEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardEstimateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EstimateAidTypes
Declaration
public StudentAwardEstimateEntity.EstimateAidType EstimateAidTypes { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardEstimateEntity.EstimateAidType |
FaFee
Declaration
public StudentAwardEstimateEntity.FaFees FaFee { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardEstimateEntity.FaFees |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAwardEstimateEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
FundSourceType
Gets or sets the FundSourceType associated with this StudentAwardEstimateEntity.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
Id
Gets or sets the Id associated with this StudentAwardEstimateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardEstimateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardEstimateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LenderFee
Gets or sets the LenderFee associated with this StudentAwardEstimateEntity.
Declaration
public decimal LenderFee { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LenderFee. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardEstimateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardPellEstimateId
Gets or sets the StudentAwardPellEstimateId associated with this StudentAwardEstimateEntity.
Declaration
public int StudentAwardPellEstimateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardPellEstimateId. |
StudentId
Gets or sets the StudentId associated with this StudentAwardEstimateEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()