Example #1
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref VALoanBase 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 VABorrowerCoBorrowerMarriedIndicator data to the class member
            _vaborrowercoborrowermarriedindicator          = data._vaborrowercoborrowermarriedindicator;
            _vaborrowercoborrowermarriedindicator_assigned = data._vaborrowercoborrowermarriedindicator_assigned;
            // assigns the BorrowerFundingFeePercent data to the class member
            _borrowerfundingfeepercent        = data._borrowerfundingfeepercent;
            _borrowerfundingfeepercent_isnull = data._borrowerfundingfeepercent_isnull;
            // assigns the VAEntitlementAmount data to the class member
            _vaentitlementamount        = data._vaentitlementamount;
            _vaentitlementamount_isnull = data._vaentitlementamount_isnull;
            // assigns the VAMaintenanceExpenseMonthlyAmount data to the class member
            _vamaintenanceexpensemonthlyamount        = data._vamaintenanceexpensemonthlyamount;
            _vamaintenanceexpensemonthlyamount_isnull = data._vamaintenanceexpensemonthlyamount_isnull;
            // assigns the VAResidualIncomeAmount data to the class member
            _varesidualincomeamount        = data._varesidualincomeamount;
            _varesidualincomeamount_isnull = data._varesidualincomeamount_isnull;
            // assigns the VAUtilityExpenseMonthlyAmount data to the class member
            _vautilityexpensemonthlyamount        = data._vautilityexpensemonthlyamount;
            _vautilityexpensemonthlyamount_isnull = data._vautilityexpensemonthlyamount_isnull;


            RecalculateChecksum();
        }
Example #2
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(VALoanBase vALoanBase)
 {
     InnerRemove(vALoanBase);
 }
Example #3
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(VALoanBase vALoanBase)
 {
     return(InnerAdd(vALoanBase));
 }
Example #4
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref VALoanBase 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 VABorrowerCoBorrowerMarriedIndicator data to the class member
            _vaborrowercoborrowermarriedindicator = data._vaborrowercoborrowermarriedindicator;
            _vaborrowercoborrowermarriedindicator_assigned = data._vaborrowercoborrowermarriedindicator_assigned;
            // assigns the BorrowerFundingFeePercent data to the class member
            _borrowerfundingfeepercent = data._borrowerfundingfeepercent;
            _borrowerfundingfeepercent_isnull = data._borrowerfundingfeepercent_isnull;
            // assigns the VAEntitlementAmount data to the class member
            _vaentitlementamount = data._vaentitlementamount;
            _vaentitlementamount_isnull = data._vaentitlementamount_isnull;
            // assigns the VAMaintenanceExpenseMonthlyAmount data to the class member
            _vamaintenanceexpensemonthlyamount = data._vamaintenanceexpensemonthlyamount;
            _vamaintenanceexpensemonthlyamount_isnull = data._vamaintenanceexpensemonthlyamount_isnull;
            // assigns the VAResidualIncomeAmount data to the class member
            _varesidualincomeamount = data._varesidualincomeamount;
            _varesidualincomeamount_isnull = data._varesidualincomeamount_isnull;
            // assigns the VAUtilityExpenseMonthlyAmount data to the class member
            _vautilityexpensemonthlyamount = data._vautilityexpensemonthlyamount;
            _vautilityexpensemonthlyamount_isnull = data._vautilityexpensemonthlyamount_isnull;

            RecalculateChecksum();
        }
Example #5
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(VALoanBase vALoanBase)
 {
     InnerRemove(vALoanBase);
 }
Example #6
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(VALoanBase vALoanBase)
 {
     return InnerAdd(vALoanBase);
 }