Class IsirCalculatedEfc
This class represents the EntityModel interface to the FaISIRCalculatedEFC database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IsirCalculatedEfc
Constructors
IsirCalculatedEfc()
Declaration
public IsirCalculatedEfc()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IsirCalculatedEfc.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this IsirCalculatedEfc.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirSummary
Declaration
public virtual IsirSummary IsirSummary { get; set; }
Property Value
Type | Description |
---|---|
IsirSummary |
IsirSummaryId
Gets or sets the IsirSummaryId associated with this IsirCalculatedEfc.
Declaration
public int IsirSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirSummaryId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IsirCalculatedEfc.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IsirCalculatedEfc.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RecalcAlternateEfc01
Gets or sets the RecalcAlternateEfc01 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc01 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc01. |
RecalcAlternateEfc02
Gets or sets the RecalcAlternateEfc02 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc02 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc02. |
RecalcAlternateEfc03
Gets or sets the RecalcAlternateEfc03 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc03 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc03. |
RecalcAlternateEfc04
Gets or sets the RecalcAlternateEfc04 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc04 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc04. |
RecalcAlternateEfc05
Gets or sets the RecalcAlternateEfc05 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc05 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc05. |
RecalcAlternateEfc06
Gets or sets the RecalcAlternateEfc06 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc06 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc06. |
RecalcAlternateEfc07
Gets or sets the RecalcAlternateEfc07 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc07 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc07. |
RecalcAlternateEfc08
Gets or sets the RecalcAlternateEfc08 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc08 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc08. |
RecalcAlternateEfc10
Gets or sets the RecalcAlternateEfc10 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc10 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc10. |
RecalcAlternateEfc11
Gets or sets the RecalcAlternateEfc11 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc11 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc11. |
RecalcAlternateEfc12
Gets or sets the RecalcAlternateEfc12 associated with this IsirCalculatedEfc.
Declaration
public string RecalcAlternateEfc12 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcAlternateEfc12. |
RecalcEfc
Gets or sets the RecalcEfc associated with this IsirCalculatedEfc.
Declaration
public string RecalcEfc { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecalcEfc. |
Rsai
Gets or sets the Rsai associated with this IsirCalculatedEfc.
Declaration
public string Rsai { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Rsai. |
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |