Class DefaultRateHeaderEntity
This class represents the EntityModel interface to the FaDefaultRateHeader database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class DefaultRateHeaderEntity : Entity, IIdentifiable, IAuditable
Constructors
DefaultRateHeaderEntity()
Declaration
public DefaultRateHeaderEntity()
Fields
BatchIdentifierProperty
The BatchIdentifier property.
Declaration
public static readonly EntityProperty BatchIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CohortYearProperty
The CohortYear property.
Declaration
public static readonly EntityProperty CohortYearProperty
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 |
DetailsProperty
The Details property.
Declaration
public static readonly EntityProperty DetailsProperty
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 |
OrganizationIdentifierProperty
The OrganizationIdentifier property.
Declaration
public static readonly EntityProperty OrganizationIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OrganizationNameProperty
The OrganizationName property.
Declaration
public static readonly EntityProperty OrganizationNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RateCalculationDateProperty
The RateCalculationDate property.
Declaration
public static readonly EntityProperty RateCalculationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RateSubTypeProperty
The RateSubType property.
Declaration
public static readonly EntityProperty RateSubTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RateTypeProperty
The RateType property.
Declaration
public static readonly EntityProperty RateTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestDateProperty
The RequestDate property.
Declaration
public static readonly EntityProperty RequestDateProperty
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 |
SchoolCityProperty
The SchoolCity property.
Declaration
public static readonly EntityProperty SchoolCityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolCountryProperty
The SchoolCountry property.
Declaration
public static readonly EntityProperty SchoolCountryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolPostalCodeProperty
The SchoolPostalCode property.
Declaration
public static readonly EntityProperty SchoolPostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolStateProperty
The SchoolState property.
Declaration
public static readonly EntityProperty SchoolStateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchoolStreetAddressProperty
The SchoolStreetAddress property.
Declaration
public static readonly EntityProperty SchoolStreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TrailerProperty
The Trailer property.
Declaration
public static readonly EntityProperty TrailerProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this DefaultRateHeaderEntity.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
CohortYear
Gets or sets the CohortYear associated with this DefaultRateHeaderEntity.
Declaration
public string CohortYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CohortYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DefaultRateHeaderEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Details
Declaration
public virtual EntityCollection<DefaultRateDetailEntity> Details { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DefaultRateDetailEntity> |
Id
Gets or sets the Id associated with this DefaultRateHeaderEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DefaultRateHeaderEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DefaultRateHeaderEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
OrganizationIdentifier
Gets or sets the OrganizationIdentifier associated with this DefaultRateHeaderEntity.
Declaration
public string OrganizationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OrganizationIdentifier. |
OrganizationName
Gets or sets the OrganizationName associated with this DefaultRateHeaderEntity.
Declaration
public string OrganizationName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OrganizationName. |
RateCalculationDate
Gets or sets the RateCalculationDate associated with this DefaultRateHeaderEntity.
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 DefaultRateHeaderEntity.
Declaration
public string RateSubType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RateSubType. |
RateType
Gets or sets the RateType associated with this DefaultRateHeaderEntity.
Declaration
public string RateType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RateType. |
RequestDate
Gets or sets the RequestDate associated with this DefaultRateHeaderEntity.
Declaration
public DateTime? RequestDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RequestDate. |
RowVersion
Gets or sets the RowVersion associated with this DefaultRateHeaderEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolCity
Gets or sets the SchoolCity associated with this DefaultRateHeaderEntity.
Declaration
public string SchoolCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCity. |
SchoolCountry
Gets or sets the SchoolCountry associated with this DefaultRateHeaderEntity.
Declaration
public string SchoolCountry { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCountry. |
SchoolPostalCode
Gets or sets the SchoolPostalCode associated with this DefaultRateHeaderEntity.
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 DefaultRateHeaderEntity.
Declaration
public string SchoolState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolState. |
SchoolStreetAddress
Gets or sets the SchoolStreetAddress associated with this DefaultRateHeaderEntity.
Declaration
public string SchoolStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolStreetAddress. |
Trailer
Declaration
public virtual EntityCollection<DefaultRateTrailerEntity> Trailer { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DefaultRateTrailerEntity> |
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()