Ejemplo n.º 1
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref FHALoanBase data)
        {
            // store a reference to this as an Entity class instance.
            Entity thisent = data as Entity;

            // make sure to always call up to the base
            base.SetMembers(ref thisent);


            // assigns the LoanApplicationId data to the class member
            _loanapplicationid          = data._loanapplicationid;
            _loanapplicationid_assigned = data._loanapplicationid_assigned;
            // assigns the BorrowerFinancedFHADiscountPointsAmount data to the class member
            _borrowerfinancedfhadiscountpointsamount        = data._borrowerfinancedfhadiscountpointsamount;
            _borrowerfinancedfhadiscountpointsamount_isnull = data._borrowerfinancedfhadiscountpointsamount_isnull;
            // assigns the FHACoverageRenewalRatePercent data to the class member
            _fhacoveragerenewalratepercent        = data._fhacoveragerenewalratepercent;
            _fhacoveragerenewalratepercent_isnull = data._fhacoveragerenewalratepercent_isnull;
            // assigns the FHA_MIPremiumRefundAmount data to the class member
            _fha_mipremiumrefundamount        = data._fha_mipremiumrefundamount;
            _fha_mipremiumrefundamount_isnull = data._fha_mipremiumrefundamount_isnull;
            // assigns the FHAUpfrontMIPremiumPercent data to the class member
            _fhaupfrontmipremiumpercent        = data._fhaupfrontmipremiumpercent;
            _fhaupfrontmipremiumpercent_isnull = data._fhaupfrontmipremiumpercent_isnull;
            // assigns the LenderIdentifier data to the class member
            _lenderidentifier = data._lenderidentifier;
            // assigns the SponsorIdentifier data to the class member
            _sponsoridentifier = data._sponsoridentifier;
            // assigns the SectionOfActType data to the class member
            _sectionofacttype        = data._sectionofacttype;
            _sectionofacttype_isnull = data._sectionofacttype_isnull;
            // assigns the FHAAlimonyLiabilityTreatmentType2 data to the class member
            _fhaalimonyliabilitytreatmenttype2        = data._fhaalimonyliabilitytreatmenttype2;
            _fhaalimonyliabilitytreatmenttype2_isnull = data._fhaalimonyliabilitytreatmenttype2_isnull;


            RecalculateChecksum();
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(FHALoanBase fHALoanBase)
 {
     InnerRemove(fHALoanBase);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(FHALoanBase fHALoanBase)
 {
     return(InnerAdd(fHALoanBase));
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(FHALoanBase fHALoanBase)
 {
     InnerRemove(fHALoanBase);
 }
Ejemplo n.º 5
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(FHALoanBase fHALoanBase)
 {
     return InnerAdd(fHALoanBase);
 }
Ejemplo n.º 6
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref FHALoanBase data)
        {
            // store a reference to this as an Entity class instance.
            Entity thisent = data as Entity;
            // make sure to always call up to the base
            base.SetMembers(ref thisent);

            // assigns the LoanApplicationId data to the class member
            _loanapplicationid = data._loanapplicationid;
            _loanapplicationid_assigned = data._loanapplicationid_assigned;
            // assigns the BorrowerFinancedFHADiscountPointsAmount data to the class member
            _borrowerfinancedfhadiscountpointsamount = data._borrowerfinancedfhadiscountpointsamount;
            _borrowerfinancedfhadiscountpointsamount_isnull = data._borrowerfinancedfhadiscountpointsamount_isnull;
            // assigns the FHACoverageRenewalRatePercent data to the class member
            _fhacoveragerenewalratepercent = data._fhacoveragerenewalratepercent;
            _fhacoveragerenewalratepercent_isnull = data._fhacoveragerenewalratepercent_isnull;
            // assigns the FHA_MIPremiumRefundAmount data to the class member
            _fha_mipremiumrefundamount = data._fha_mipremiumrefundamount;
            _fha_mipremiumrefundamount_isnull = data._fha_mipremiumrefundamount_isnull;
            // assigns the FHAUpfrontMIPremiumPercent data to the class member
            _fhaupfrontmipremiumpercent = data._fhaupfrontmipremiumpercent;
            _fhaupfrontmipremiumpercent_isnull = data._fhaupfrontmipremiumpercent_isnull;
            // assigns the LenderIdentifier data to the class member
            _lenderidentifier = data._lenderidentifier;
            // assigns the SponsorIdentifier data to the class member
            _sponsoridentifier = data._sponsoridentifier;
            // assigns the SectionOfActType data to the class member
            _sectionofacttype = data._sectionofacttype;
            _sectionofacttype_isnull = data._sectionofacttype_isnull;
            // assigns the FHAAlimonyLiabilityTreatmentType2 data to the class member
            _fhaalimonyliabilitytreatmenttype2 = data._fhaalimonyliabilitytreatmenttype2;
            _fhaalimonyliabilitytreatmenttype2_isnull = data._fhaalimonyliabilitytreatmenttype2_isnull;

            RecalculateChecksum();
        }