Class DefaultRateHeader
This class represents the EntityModel interface to the FaDefaultRateHeader database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class DefaultRateHeader
Constructors
DefaultRateHeader()
Declaration
public DefaultRateHeader()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this DefaultRateHeader.
Declaration
public string BatchIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BatchIdentifier. |
CohortYear
Gets or sets the CohortYear associated with this DefaultRateHeader.
Declaration
public string CohortYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The CohortYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DefaultRateHeader.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
Details
Declaration
public virtual ICollection<DefaultRateDetail> Details { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<DefaultRateDetail> |
Id
Gets or sets the Id associated with this DefaultRateHeader.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DefaultRateHeader.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DefaultRateHeader.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
OrganizationIdentifier
Gets or sets the OrganizationIdentifier associated with this DefaultRateHeader.
Declaration
public string OrganizationIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OrganizationIdentifier. |
OrganizationName
Gets or sets the OrganizationName associated with this DefaultRateHeader.
Declaration
public string OrganizationName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The OrganizationName. |
RateCalculationDate
Gets or sets the RateCalculationDate associated with this DefaultRateHeader.
Declaration
public DateTime? RateCalculationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The RateCalculationDate. |
RateSubType
Gets or sets the RateSubType associated with this DefaultRateHeader.
Declaration
public string RateSubType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The RateSubType. |
RateType
Gets or sets the RateType associated with this DefaultRateHeader.
Declaration
public string RateType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The RateType. |
RequestDate
Gets or sets the RequestDate associated with this DefaultRateHeader.
Declaration
public DateTime? RequestDate { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The RequestDate. |
SchoolCity
Gets or sets the SchoolCity associated with this DefaultRateHeader.
Declaration
public string SchoolCity { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The SchoolCity. |
SchoolCountry
Gets or sets the SchoolCountry associated with this DefaultRateHeader.
Declaration
public string SchoolCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The SchoolCountry. |
SchoolPostalCode
Gets or sets the SchoolPostalCode associated with this DefaultRateHeader.
Declaration
public int? SchoolPostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The SchoolPostalCode. |
SchoolState
Gets or sets the SchoolState associated with this DefaultRateHeader.
Declaration
public string SchoolState { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The SchoolState. |
SchoolStreetAddress
Gets or sets the SchoolStreetAddress associated with this DefaultRateHeader.
Declaration
public string SchoolStreetAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The SchoolStreetAddress. |
Trailer
Declaration
public virtual ICollection<DefaultRateTrailer> Trailer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<DefaultRateTrailer> |
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. |