Class CommonlineRecipient
This class represents the EntityModel interface to the FaCLRecipient database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CommonlineRecipient
Constructors
CommonlineRecipient()
Declaration
public CommonlineRecipient()
Properties
Address
Gets or sets the Address associated with this CommonlineRecipient.
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Address. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this CommonlineRecipient.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CommonlineRecipientLendingInstitution
Declaration
public virtual LendingInstitution CommonlineRecipientLendingInstitution { get; set; }
Property Value
Type | Description |
---|---|
LendingInstitution |
CommonlineRecipientLendingInstitutionId
Gets or sets the CommonlineRecipientLendingInstitutionId associated with this CommonlineRecipient.
Declaration
public int? CommonlineRecipientLendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CommonlineRecipientLendingInstitutionId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CommonlineRecipient.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultApplicationSendName
Gets or sets the DefaultApplicationSendName associated with this CommonlineRecipient.
Declaration
public string DefaultApplicationSendName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultApplicationSendName. |
DefaultChangeTransactionSendName
Gets or sets the DefaultChangeTransactionSendName associated with this CommonlineRecipient.
Declaration
public string DefaultChangeTransactionSendName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultChangeTransactionSendName. |
DefaultDisbursementReleaseCode
Gets or sets the DefaultDisbursementReleaseCode associated with this CommonlineRecipient.
Declaration
public string DefaultDisbursementReleaseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultDisbursementReleaseCode. |
DefaultProcessType
Gets or sets the DefaultProcessType associated with this CommonlineRecipient.
Declaration
public string DefaultProcessType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultProcessType. |
DefaultPromissoryNoteDeliveryCode
Gets or sets the DefaultPromissoryNoteDeliveryCode associated with this CommonlineRecipient.
Declaration
public string DefaultPromissoryNoteDeliveryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultPromissoryNoteDeliveryCode. |
GuarantorLendingInstitution
Declaration
public virtual LendingInstitution GuarantorLendingInstitution { get; set; }
Property Value
Type | Description |
---|---|
LendingInstitution |
GuarantorLendingInstitutionId
Gets or sets the GuarantorLendingInstitutionId associated with this CommonlineRecipient.
Declaration
public int? GuarantorLendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GuarantorLendingInstitutionId. |
Id
Gets or sets the Id associated with this CommonlineRecipient.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CommonlineRecipient.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CommonlineRecipient.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LendingInstitution
Declaration
public virtual LendingInstitution LendingInstitution { get; set; }
Property Value
Type | Description |
---|---|
LendingInstitution |
LendingInstitutionId
Gets or sets the LendingInstitutionId associated with this CommonlineRecipient.
Declaration
public int? LendingInstitutionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LendingInstitutionId. |
MailboxType
Gets or sets the MailboxType associated with this CommonlineRecipient.
Declaration
public string MailboxType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MailboxType. |
ReturnMethod
Gets or sets the ReturnMethod associated with this CommonlineRecipient.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
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. |