예제 #1
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref FHAVALoanBase 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 BorrowerPaidFHA_VAClosingCostsAmount data to the class member
            _borrowerpaidfha_vaclosingcostsamount        = data._borrowerpaidfha_vaclosingcostsamount;
            _borrowerpaidfha_vaclosingcostsamount_isnull = data._borrowerpaidfha_vaclosingcostsamount_isnull;
            // assigns the BorrowerPaidFHA_VAClosingCostsPercent data to the class member
            _borrowerpaidfha_vaclosingcostspercent        = data._borrowerpaidfha_vaclosingcostspercent;
            _borrowerpaidfha_vaclosingcostspercent_isnull = data._borrowerpaidfha_vaclosingcostspercent_isnull;
            // assigns the GovernmentMortgageCreditCertificateAmount data to the class member
            _governmentmortgagecreditcertificateamount        = data._governmentmortgagecreditcertificateamount;
            _governmentmortgagecreditcertificateamount_isnull = data._governmentmortgagecreditcertificateamount_isnull;
            // assigns the GovernmentRefinanceType data to the class member
            _governmentrefinancetype        = data._governmentrefinancetype;
            _governmentrefinancetype_isnull = data._governmentrefinancetype_isnull;
            // assigns the OtherPartyPaidFHA_VAClosingCostsAmount data to the class member
            _otherpartypaidfha_vaclosingcostsamount        = data._otherpartypaidfha_vaclosingcostsamount;
            _otherpartypaidfha_vaclosingcostsamount_isnull = data._otherpartypaidfha_vaclosingcostsamount_isnull;
            // assigns the OtherPartyPaidFHA_VAClosingCostsPercent data to the class member
            _otherpartypaidfha_vaclosingcostspercent        = data._otherpartypaidfha_vaclosingcostspercent;
            _otherpartypaidfha_vaclosingcostspercent_isnull = data._otherpartypaidfha_vaclosingcostspercent_isnull;
            // assigns the PropertyEnergyEfficientHomeIndicator data to the class member
            _propertyenergyefficienthomeindicator        = data._propertyenergyefficienthomeindicator;
            _propertyenergyefficienthomeindicator_isnull = data._propertyenergyefficienthomeindicator_isnull;
            // assigns the SellerPaidFHA_VAClosingCostsPercent data to the class member
            _sellerpaidfha_vaclosingcostspercent        = data._sellerpaidfha_vaclosingcostspercent;
            _sellerpaidfha_vaclosingcostspercent_isnull = data._sellerpaidfha_vaclosingcostspercent_isnull;


            RecalculateChecksum();
        }
예제 #2
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(FHAVALoanBase fHAVALoanBase)
 {
     InnerRemove(fHAVALoanBase);
 }
예제 #3
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(FHAVALoanBase fHAVALoanBase)
 {
     return(InnerAdd(fHAVALoanBase));
 }
예제 #4
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(FHAVALoanBase fHAVALoanBase)
 {
     InnerRemove(fHAVALoanBase);
 }
예제 #5
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(FHAVALoanBase fHAVALoanBase)
 {
     return InnerAdd(fHAVALoanBase);
 }
예제 #6
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref FHAVALoanBase 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 BorrowerPaidFHA_VAClosingCostsAmount data to the class member
            _borrowerpaidfha_vaclosingcostsamount = data._borrowerpaidfha_vaclosingcostsamount;
            _borrowerpaidfha_vaclosingcostsamount_isnull = data._borrowerpaidfha_vaclosingcostsamount_isnull;
            // assigns the BorrowerPaidFHA_VAClosingCostsPercent data to the class member
            _borrowerpaidfha_vaclosingcostspercent = data._borrowerpaidfha_vaclosingcostspercent;
            _borrowerpaidfha_vaclosingcostspercent_isnull = data._borrowerpaidfha_vaclosingcostspercent_isnull;
            // assigns the GovernmentMortgageCreditCertificateAmount data to the class member
            _governmentmortgagecreditcertificateamount = data._governmentmortgagecreditcertificateamount;
            _governmentmortgagecreditcertificateamount_isnull = data._governmentmortgagecreditcertificateamount_isnull;
            // assigns the GovernmentRefinanceType data to the class member
            _governmentrefinancetype = data._governmentrefinancetype;
            _governmentrefinancetype_isnull = data._governmentrefinancetype_isnull;
            // assigns the OtherPartyPaidFHA_VAClosingCostsAmount data to the class member
            _otherpartypaidfha_vaclosingcostsamount = data._otherpartypaidfha_vaclosingcostsamount;
            _otherpartypaidfha_vaclosingcostsamount_isnull = data._otherpartypaidfha_vaclosingcostsamount_isnull;
            // assigns the OtherPartyPaidFHA_VAClosingCostsPercent data to the class member
            _otherpartypaidfha_vaclosingcostspercent = data._otherpartypaidfha_vaclosingcostspercent;
            _otherpartypaidfha_vaclosingcostspercent_isnull = data._otherpartypaidfha_vaclosingcostspercent_isnull;
            // assigns the PropertyEnergyEfficientHomeIndicator data to the class member
            _propertyenergyefficienthomeindicator = data._propertyenergyefficienthomeindicator;
            _propertyenergyefficienthomeindicator_isnull = data._propertyenergyefficienthomeindicator_isnull;
            // assigns the SellerPaidFHA_VAClosingCostsPercent data to the class member
            _sellerpaidfha_vaclosingcostspercent = data._sellerpaidfha_vaclosingcostspercent;
            _sellerpaidfha_vaclosingcostspercent_isnull = data._sellerpaidfha_vaclosingcostspercent_isnull;

            RecalculateChecksum();
        }