Class FundSource
This class represents the EntityModel interface to the FaFundSource database table.
Inheritance
Implements
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FundSource : IReferenceItem, IIdentifiable
  Constructors
FundSource()
Declaration
public FundSource()
  Properties
AutoPaymentDays
Gets or sets the AutoPaymentDays associated with this FundSource.
Declaration
public int AutoPaymentDays { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The AutoPaymentDays.  | 
      
AutoPaymentDueBy
Gets or sets the AutoPaymentDueBy associated with this FundSource.
Declaration
public byte AutoPaymentDueBy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte | The AutoPaymentDueBy.  | 
      
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CampusGroup | 
CampusGroupId
Gets or sets the CampusGroupId associated with this FundSource.
Declaration
public int? CampusGroupId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The CampusGroupId.  | 
      
CancelDropDays
Gets or sets the CancelDropDays associated with this FundSource.
Declaration
public decimal? CancelDropDays { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The CancelDropDays.  | 
      
Code
Gets or sets the Code associated with this FundSource.
Declaration
public string Code { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Code.  | 
      
CollectionsGracePeriod
Gets or sets the CollectionsGracePeriod associated with this FundSource.
Declaration
public byte? CollectionsGracePeriod { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Byte> | The CollectionsGracePeriod.  | 
      
ContactAddress
Gets or sets the ContactAddress associated with this FundSource.
Declaration
public string ContactAddress { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ContactAddress.  | 
      
ContactCity
Gets or sets the ContactCity associated with this FundSource.
Declaration
public string ContactCity { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ContactCity.  | 
      
ContactPhoneNumber
Gets or sets the ContactPhoneNumber associated with this FundSource.
Declaration
public string ContactPhoneNumber { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ContactPhoneNumber.  | 
      
ContactPostalCode
Gets or sets the ContactPostalCode associated with this FundSource.
Declaration
public string ContactPostalCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ContactPostalCode.  | 
      
ContactState
Gets or sets the ContactState associated with this FundSource.
Declaration
public string ContactState { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ContactState.  | 
      
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FundSource.
Declaration
public DateTime CreatedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime.  | 
      
DefaultGuarantorId
Gets or sets the DefaultGuarantorId associated with this FundSource.
Declaration
public int? DefaultGuarantorId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The DefaultGuarantorId.  | 
      
DefaultLendingInstitutionId
Gets or sets the DefaultLendingInstitutionId associated with this FundSource.
Declaration
public int? DefaultLendingInstitutionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The DefaultLendingInstitutionId.  | 
      
DefaultRefundDescription
Gets or sets the DefaultRefundDescription associated with this FundSource.
Declaration
public string DefaultRefundDescription { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The DefaultRefundDescription.  | 
      
DefaultServicerId
Gets or sets the DefaultServicerId associated with this FundSource.
Declaration
public int? DefaultServicerId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The DefaultServicerId.  | 
      
DefaultStipendDescription
Gets or sets the DefaultStipendDescription associated with this FundSource.
Declaration
public string DefaultStipendDescription { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The DefaultStipendDescription.  | 
      
ExtendedProperties
Extended Properties
Declaration
public ICollection<FundSourceExtendedProperty> ExtendedProperties { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<FundSourceExtendedProperty> | 
FaAwards
Declaration
public virtual ICollection<StudentAward> FaAwards { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<StudentAward> | 
FaGlFund
Declaration
public virtual FaGlFund FaGlFund { get; set; }
  Property Value
| Type | Description | 
|---|---|
| FaGlFund | 
FaGlFundId
Gets or sets the FaGlFundId associated with this FundSource.
Declaration
public int? FaGlFundId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The FaGlFundId.  | 
      
FundSourceType
Gets or sets the FundSourceType associated with this FundSource.
Declaration
public string FundSourceType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The FundSourceType.  | 
      
GeneralLedgerAccounts
Declaration
public virtual ICollection<FundSourceGeneralLedgerAccount> GeneralLedgerAccounts { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<FundSourceGeneralLedgerAccount> | 
GraceDays
Gets or sets the GraceDays associated with this FundSource.
Declaration
public decimal? GraceDays { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The GraceDays.  | 
      
Id
Gets or sets the Id associated with this FundSource.
Declaration
public int Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id.  | 
      
InterestChargeMethod
Gets or sets the InterestChargeMethod associated with this FundSource.
Declaration
public string InterestChargeMethod { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The InterestChargeMethod.  | 
      
IsActive
Gets or sets the IsActive associated with this FundSource.
Declaration
public bool IsActive { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsActive.  | 
      
IsApprovedByStudentOnPortal
Gets or sets the IsApprovedByStudentOnPortal associated with this FundSource.
Declaration
public bool IsApprovedByStudentOnPortal { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsApprovedByStudentOnPortal.  | 
      
IsAutoApprovedOnCreate
Gets or sets the IsAutoApprovedOnCreate associated with this FundSource.
Declaration
public bool IsAutoApprovedOnCreate { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsAutoApprovedOnCreate.  | 
      
IsAvailableSummerTermAwarding
Gets or sets the IsAvailableSummerTermAwarding associated with this FundSource.
Declaration
public bool IsAvailableSummerTermAwarding { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsAvailableSummerTermAwarding.  | 
      
IsCommingLedFund
Gets or sets the IsCommingLedFund associated with this FundSource.
Declaration
public bool IsCommingLedFund { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsCommingLedFund.  | 
      
IsCrossOverPellAllowed
Gets or sets the IsCrossOverPellAllowed associated with this FundSource.
Declaration
public bool IsCrossOverPellAllowed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsCrossOverPellAllowed.  | 
      
IsDescriptionCustomizable
Gets or sets the IsDescriptionCustomizable associated with this FundSource.
Declaration
public bool IsDescriptionCustomizable { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsDescriptionCustomizable.  | 
      
IsDisbAmountRounded
Gets or sets the IsDisbAmountRounded associated with this FundSource.
Declaration
public bool IsDisbAmountRounded { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsDisbAmountRounded.  | 
      
IsDisbDropFlag30Day
Gets or sets the IsDisbDropFlag30Day associated with this FundSource.
Declaration
public bool? IsDisbDropFlag30Day { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The IsDisbDropFlag30Day.  | 
      
IsEditRefund
Gets or sets the IsEditRefund associated with this FundSource.
Declaration
public bool IsEditRefund { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsEditRefund.  | 
      
IsEditStipend
Gets or sets the IsEditStipend associated with this FundSource.
Declaration
public bool IsEditStipend { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsEditStipend.  | 
      
IsEft
Gets or sets the IsEft associated with this FundSource.
Declaration
public bool IsEft { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsEft.  | 
      
IsExcludedFrom9010
Gets or sets the IsExcludedFrom9010 associated with this FundSource.
Declaration
public bool IsExcludedFrom9010 { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsExcludedFrom9010.  | 
      
IsExcludedFromEstimatedAid
Gets or sets the IsExcludedFromEstimatedAid associated with this FundSource.
Declaration
public bool IsExcludedFromEstimatedAid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsExcludedFromEstimatedAid.  | 
      
IsFoundation
Gets or sets the IsFoundation associated with this FundSource.
Declaration
public bool IsFoundation { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsFoundation.  | 
      
IsIncludedCoa
Gets or sets the IsIncludedCoa associated with this FundSource.
Declaration
public bool IsIncludedCoa { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsIncludedCoa.  | 
      
IsIncludedIn1098T
Gets or sets the IsIncludedIn1098T associated with this FundSource.
Declaration
public bool IsIncludedIn1098T { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsIncludedIn1098T.  | 
      
IsIncludedInDirectLoan9010Report
Gets or sets the IsIncludedInDirectLoan9010Report associated with this FundSource.
Declaration
public bool? IsIncludedInDirectLoan9010Report { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The IsIncludedInDirectLoan9010Report.  | 
      
IsIncludedRemainingNeed
Gets or sets the IsIncludedRemainingNeed associated with this FundSource.
Declaration
public bool IsIncludedRemainingNeed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsIncludedRemainingNeed.  | 
      
IsInstitutional
Gets or sets the IsInstitutional associated with this FundSource.
Declaration
public bool IsInstitutional { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsInstitutional.  | 
      
IsInstitutionalScholarshipOrGrant
Gets or sets the IsInstitutionalScholarshipOrGrant associated with this FundSource.
Declaration
public bool IsInstitutionalScholarshipOrGrant { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsInstitutionalScholarshipOrGrant.  | 
      
IsInterestAppliedFirst
Gets or sets the IsInterestAppliedFirst associated with this FundSource.
Declaration
public bool IsInterestAppliedFirst { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsInterestAppliedFirst.  | 
      
IsInterestRecalc
Gets or sets the IsInterestRecalc associated with this FundSource.
Declaration
public bool IsInterestRecalc { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsInterestRecalc.  | 
      
IsManualPostAllowed
Gets or sets the IsManualPostAllowed associated with this FundSource.
Declaration
public bool IsManualPostAllowed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsManualPostAllowed.  | 
      
IsMeritBased
Gets or sets the IsMeritBased associated with this FundSource.
Declaration
public bool IsMeritBased { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsMeritBased.  | 
      
IsMilitaryTa
Gets or sets the IsMilitaryTa associated with this FundSource.
Declaration
public bool IsMilitaryTa { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsMilitaryTa.  | 
      
IsMilitaryVa
Gets or sets the IsMilitaryVa associated with this FundSource.
Declaration
public bool IsMilitaryVa { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsMilitaryVa.  | 
      
IsNonT4EducationFund
Gets or sets the IsNonT4EducationFund associated with this FundSource.
Declaration
public bool IsNonT4EducationFund { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsNonT4EducationFund.  | 
      
IsNonTaxable
Gets or sets the IsNonTaxable associated with this FundSource.
Declaration
public bool IsNonTaxable { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsNonTaxable.  | 
      
IsOtherNonFedResource
Gets or sets the IsOtherNonFedResource associated with this FundSource.
Declaration
public bool? IsOtherNonFedResource { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Boolean> | The IsOtherNonFedResource.  | 
      
IsOtherOutsideGrant
Gets or sets the IsOtherOutsideGrant associated with this FundSource.
Declaration
public bool IsOtherOutsideGrant { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsOtherOutsideGrant.  | 
      
IsPaymentAutoCreated
Gets or sets the IsPaymentAutoCreated associated with this FundSource.
Declaration
public bool IsPaymentAutoCreated { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsPaymentAutoCreated.  | 
      
IsPaymentsAssociatedToCourses
Gets or sets the IsPaymentsAssociatedToCourses associated with this FundSource.
Declaration
public bool IsPaymentsAssociatedToCourses { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsPaymentsAssociatedToCourses.  | 
      
IsPromissoryNoteAllowed
Gets or sets the IsPromissoryNoteAllowed associated with this FundSource.
Declaration
public bool IsPromissoryNoteAllowed { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsPromissoryNoteAllowed.  | 
      
IsRequiredToTakeAttendance
Gets or sets the IsRequiredToTakeAttendance associated with this FundSource.
Declaration
public bool IsRequiredToTakeAttendance { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsRequiredToTakeAttendance.  | 
      
IsRestrictMinPayment
Gets or sets the IsRestrictMinPayment associated with this FundSource.
Declaration
public bool IsRestrictMinPayment { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsRestrictMinPayment.  | 
      
IsScheduledDisbRequired
Gets or sets the IsScheduledDisbRequired associated with this FundSource.
Declaration
public bool IsScheduledDisbRequired { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsScheduledDisbRequired.  | 
      
IsScheduledDisbursementRequired
Gets or sets the IsScheduledDisbursementRequired associated with this FundSource.
Declaration
public bool IsScheduledDisbursementRequired { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsScheduledDisbursementRequired.  | 
      
IsSeog
Gets or sets the IsSeog associated with this FundSource.
Declaration
public bool IsSeog { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsSeog.  | 
      
IsServiceRequired
Gets or sets the IsServiceRequired associated with this FundSource.
Declaration
public bool IsServiceRequired { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsServiceRequired.  | 
      
IsShowInStudentPortal
Gets or sets the IsShowInStudentPortal associated with this FundSource.
Declaration
public bool IsShowInStudentPortal { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsShowInStudentPortal.  | 
      
IsStipendPostingForNonDisbursedFunds
Gets or sets the IsStipendPostingForNonDisbursedFunds associated with this FundSource.
Declaration
public bool IsStipendPostingForNonDisbursedFunds { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsStipendPostingForNonDisbursedFunds.  | 
      
IsStudentBorrower
Gets or sets the IsStudentBorrower associated with this FundSource.
Declaration
public bool IsStudentBorrower { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsStudentBorrower.  | 
      
IsTila
Gets or sets the IsTila associated with this FundSource.
Declaration
public bool IsTila { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsTila.  | 
      
IsTitleIvEligible
Gets or sets the IsTitleIvEligible associated with this FundSource.
Declaration
public bool IsTitleIvEligible { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsTitleIvEligible.  | 
      
IsTitleViiEligible
Gets or sets the IsTitleViiEligible associated with this FundSource.
Declaration
public bool IsTitleViiEligible { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsTitleViiEligible.  | 
      
IsUsedForOutsideCollections
Gets or sets the IsUsedForOutsideCollections associated with this FundSource.
Declaration
public bool IsUsedForOutsideCollections { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsUsedForOutsideCollections.  | 
      
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FundSource.
Declaration
public DateTime LastModifiedDateTime { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime.  | 
      
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FundSource.
Declaration
public int LastModifiedUserId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId.  | 
      
Name
Gets or sets the Name associated with this FundSource.
Declaration
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Name.  | 
      
NeedBased
Gets or sets the NeedBased associated with this FundSource.
Declaration
public string NeedBased { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The NeedBased.  | 
      
NextPaymentDue
Gets or sets the NextPaymentDue associated with this FundSource.
Declaration
public int? NextPaymentDue { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The NextPaymentDue.  | 
      
NoelLevitzAwardType
Gets or sets the NoelLevitzAwardType associated with this FundSource.
Declaration
public string NoelLevitzAwardType { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The NoelLevitzAwardType.  | 
      
NoelLevitzBasis
Gets or sets the NoelLevitzBasis associated with this FundSource.
Declaration
public string NoelLevitzBasis { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The NoelLevitzBasis.  | 
      
NoelLevitzFunding
Gets or sets the NoelLevitzFunding associated with this FundSource.
Declaration
public string NoelLevitzFunding { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The NoelLevitzFunding.  | 
      
NoelLevitzSource
Gets or sets the NoelLevitzSource associated with this FundSource.
Declaration
public string NoelLevitzSource { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The NoelLevitzSource.  | 
      
NonFederalPercent
Gets or sets the NonFederalPercent associated with this FundSource.
Declaration
public decimal? NonFederalPercent { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The NonFederalPercent.  | 
      
Note
Gets or sets the Note associated with this FundSource.
Declaration
public string Note { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The Note.  | 
      
OverPaymentFlag
Gets or sets the OverPaymentFlag associated with this FundSource.
Declaration
public string OverPaymentFlag { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The OverPaymentFlag.  | 
      
PackagingMethodDetails
Declaration
public virtual ICollection<PackagingMethodDetail> PackagingMethodDetails { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.ICollection<PackagingMethodDetail> | 
ReceiptNote
Gets or sets the ReceiptNote associated with this FundSource.
Declaration
public string ReceiptNote { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ReceiptNote.  | 
      
RefundPayableTo
Gets or sets the RefundPayableTo associated with this FundSource.
Declaration
public string RefundPayableTo { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The RefundPayableTo.  | 
      
ReserveRate2009For9010Report
Gets or sets the ReserveRate2009For9010Report associated with this FundSource.
Declaration
public decimal? ReserveRate2009For9010Report { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The ReserveRate2009For9010Report.  | 
      
ReserveRate2010For9010Report
Gets or sets the ReserveRate2010For9010Report associated with this FundSource.
Declaration
public decimal? ReserveRate2010For9010Report { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The ReserveRate2010For9010Report.  | 
      
ReserveRate2011For9010Report
Gets or sets the ReserveRate2011For9010Report associated with this FundSource.
Declaration
public decimal? ReserveRate2011For9010Report { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The ReserveRate2011For9010Report.  | 
      
ReserveRate2012For9010Report
Gets or sets the ReserveRate2012For9010Report associated with this FundSource.
Declaration
public decimal? ReserveRate2012For9010Report { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The ReserveRate2012For9010Report.  | 
      
SeogMatchPercentage
Gets or sets the SeogMatchPercentage associated with this FundSource.
Declaration
public decimal? SeogMatchPercentage { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | The SeogMatchPercentage.  | 
      
ThirdPartyCode
Gets or sets the ThirdPartyCode associated with this FundSource.
Declaration
public string ThirdPartyCode { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The ThirdPartyCode.  | 
      
UsaStateId
Gets or sets the UsaStateId associated with this FundSource.
Declaration
public int? UsaStateId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The UsaStateId.  | 
      
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 relationships 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 |