Class CommonlineRecipientEntity
This class represents the EntityModel interface to the FaCLRecipient database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CommonlineRecipientEntity : Entity, IIdentifiable, IAuditable
Constructors
CommonlineRecipientEntity()
Declaration
public CommonlineRecipientEntity()
Fields
AddressProperty
The Address property.
Declaration
public static readonly EntityProperty AddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CommonlineRecipientLendingInstitutionIdProperty
The CommonlineRecipientLendingInstitutionId property.
Declaration
public static readonly EntityProperty CommonlineRecipientLendingInstitutionIdProperty
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 |
DefaultApplicationSendNameProperty
The DefaultApplicationSendName property.
Declaration
public static readonly EntityProperty DefaultApplicationSendNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DefaultChangeTransactionSendNameProperty
The DefaultChangeTransactionSendName property.
Declaration
public static readonly EntityProperty DefaultChangeTransactionSendNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DefaultDisbursementReleaseCodeProperty
The DefaultDisbursementReleaseCode property.
Declaration
public static readonly EntityProperty DefaultDisbursementReleaseCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DefaultProcessTypeProperty
The DefaultProcessType property.
Declaration
public static readonly EntityProperty DefaultProcessTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DefaultPromissoryNoteDeliveryCodeProperty
The DefaultPromissoryNoteDeliveryCode property.
Declaration
public static readonly EntityProperty DefaultPromissoryNoteDeliveryCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GuarantorLendingInstitutionIdProperty
The GuarantorLendingInstitutionId property.
Declaration
public static readonly EntityProperty GuarantorLendingInstitutionIdProperty
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 |
LendingInstitutionIdProperty
The LendingInstitutionId property.
Declaration
public static readonly EntityProperty LendingInstitutionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MailboxTypeProperty
The MailboxType property.
Declaration
public static readonly EntityProperty MailboxTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReturnMethodProperty
The ReturnMethod property.
Declaration
public static readonly EntityProperty ReturnMethodProperty
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 |
Properties
Address
Gets or sets the Address associated with this CommonlineRecipientEntity.
Declaration
public string Address { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Address. |
CampusId
Gets or sets the CampusId associated with this CommonlineRecipientEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CommonlineRecipientLendingInstitutionId
Gets or sets the CommonlineRecipientLendingInstitutionId associated with this CommonlineRecipientEntity.
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 CommonlineRecipientEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultApplicationSendName
Gets or sets the DefaultApplicationSendName associated with this CommonlineRecipientEntity.
Declaration
public string DefaultApplicationSendName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultApplicationSendName. |
DefaultChangeTransactionSendName
Gets or sets the DefaultChangeTransactionSendName associated with this CommonlineRecipientEntity.
Declaration
public string DefaultChangeTransactionSendName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultChangeTransactionSendName. |
DefaultDisbursementReleaseCode
Gets or sets the DefaultDisbursementReleaseCode associated with this CommonlineRecipientEntity.
Declaration
public string DefaultDisbursementReleaseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultDisbursementReleaseCode. |
DefaultProcessType
Gets or sets the DefaultProcessType associated with this CommonlineRecipientEntity.
Declaration
public string DefaultProcessType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultProcessType. |
DefaultPromissoryNoteDeliveryCode
Gets or sets the DefaultPromissoryNoteDeliveryCode associated with this CommonlineRecipientEntity.
Declaration
public string DefaultPromissoryNoteDeliveryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultPromissoryNoteDeliveryCode. |
GuarantorLendingInstitutionId
Gets or sets the GuarantorLendingInstitutionId associated with this CommonlineRecipientEntity.
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 CommonlineRecipientEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CommonlineRecipientEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CommonlineRecipientEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LendingInstitutionId
Gets or sets the LendingInstitutionId associated with this CommonlineRecipientEntity.
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 CommonlineRecipientEntity.
Declaration
public string MailboxType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MailboxType. |
ReturnMethod
Gets or sets the ReturnMethod associated with this CommonlineRecipientEntity.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
RowVersion
Gets or sets the RowVersion associated with this CommonlineRecipientEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()