Class MasterPromNoteEntity
This class represents the EntityModel interface to the FaMpnInfo_Regulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class MasterPromNoteEntity : Entity, IIdentifiable, IAuditable
Constructors
MasterPromNoteEntity()
Declaration
public MasterPromNoteEntity()
Fields
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BatchIdentifierProperty
The BatchIdentifier property.
Declaration
public static readonly EntityProperty BatchIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BorrowerBirthDateProperty
The BorrowerBirthDate property.
Declaration
public static readonly EntityProperty BorrowerBirthDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BorrowerFirstNameProperty
The BorrowerFirstName property.
Declaration
public static readonly EntityProperty BorrowerFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BorrowerLastNameProperty
The BorrowerLastName property.
Declaration
public static readonly EntityProperty BorrowerLastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BorrowerSsnProperty
The BorrowerSsn property.
Declaration
public static readonly EntityProperty BorrowerSsnProperty
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEMpnIndicatorProperty
The IsEMpnIndicator property.
Declaration
public static readonly EntityProperty IsEMpnIndicatorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsMpnLinkIndicatorProperty
The IsMpnLinkIndicator property.
Declaration
public static readonly EntityProperty IsMpnLinkIndicatorProperty
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 |
LoanDetailsProperty
The LoanDetails property.
Declaration
public static readonly EntityProperty LoanDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MpnExpirationDateProperty
The MpnExpirationDate property.
Declaration
public static readonly EntityProperty MpnExpirationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MpnIdentifierProperty
The MpnIdentifier property.
Declaration
public static readonly EntityProperty MpnIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MpnStatusCodeAsAccepted
Declaration
public static readonly string MpnStatusCodeAsAccepted
Field Value
Type | Description |
---|---|
System.String |
MpnStatusCodeAsClosed
Declaration
public static readonly string MpnStatusCodeAsClosed
Field Value
Type | Description |
---|---|
System.String |
MpnStatusCodeAsInactive
Declaration
public static readonly string MpnStatusCodeAsInactive
Field Value
Type | Description |
---|---|
System.String |
MpnStatusCodeProperty
The MpnStatusCode property.
Declaration
public static readonly EntityProperty MpnStatusCodeProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this MasterPromNoteEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this MasterPromNoteEntity.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BorrowerBirthDate
Gets or sets the BorrowerBirthDate associated with this MasterPromNoteEntity.
Declaration
public DateTime BorrowerBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BorrowerBirthDate. |
BorrowerFirstName
Gets or sets the BorrowerFirstName associated with this MasterPromNoteEntity.
Declaration
public string BorrowerFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerFirstName. |
BorrowerLastName
Gets or sets the BorrowerLastName associated with this MasterPromNoteEntity.
Declaration
public string BorrowerLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerLastName. |
BorrowerSsn
Gets or sets the BorrowerSsn associated with this MasterPromNoteEntity.
Declaration
public string BorrowerSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BorrowerSsn. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this MasterPromNoteEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this MasterPromNoteEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEMpnIndicator
Gets or sets the IsEMpnIndicator associated with this MasterPromNoteEntity.
Declaration
public bool IsEMpnIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEMpnIndicator. |
IsMpnLinkIndicator
Gets or sets the IsMpnLinkIndicator associated with this MasterPromNoteEntity.
Declaration
public bool IsMpnLinkIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsMpnLinkIndicator. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this MasterPromNoteEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this MasterPromNoteEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoanDetails
Declaration
public virtual EntityCollection<MasterPromNoteLoanDetailEntity> LoanDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<MasterPromNoteLoanDetailEntity> |
MpnExpirationDate
Gets or sets the MpnExpirationDate associated with this MasterPromNoteEntity.
Declaration
public DateTime MpnExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The MpnExpirationDate. |
MpnIdentifier
Gets or sets the MpnIdentifier associated with this MasterPromNoteEntity.
Declaration
public string MpnIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MpnIdentifier. |
MpnStatusCode
Gets or sets the MpnStatusCode associated with this MasterPromNoteEntity.
Declaration
public string MpnStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MpnStatusCode. |
RowVersion
Gets or sets the RowVersion associated with this MasterPromNoteEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this MasterPromNoteEntity.
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()