コード例 #1
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref GovernmentReportingBase 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 HMDAPurposeOfLoanType data to the class member
            _hmdapurposeofloantype        = data._hmdapurposeofloantype;
            _hmdapurposeofloantype_isnull = data._hmdapurposeofloantype_isnull;
            // assigns the HMDAPreapprovalType data to the class member
            _hmdapreapprovaltype        = data._hmdapreapprovaltype;
            _hmdapreapprovaltype_isnull = data._hmdapreapprovaltype_isnull;
            // assigns the HMDA_HOEPALoanStatusIndicator data to the class member
            _hmda_hoepaloanstatusindicator          = data._hmda_hoepaloanstatusindicator;
            _hmda_hoepaloanstatusindicator_assigned = data._hmda_hoepaloanstatusindicator_assigned;
            // assigns the HMDARateSpreadPercent data to the class member
            _hmdaratespreadpercent        = data._hmdaratespreadpercent;
            _hmdaratespreadpercent_isnull = data._hmdaratespreadpercent_isnull;


            RecalculateChecksum();
        }
コード例 #2
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref GovernmentReportingBase 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 HMDAPurposeOfLoanType data to the class member
            _hmdapurposeofloantype = data._hmdapurposeofloantype;
            _hmdapurposeofloantype_isnull = data._hmdapurposeofloantype_isnull;
            // assigns the HMDAPreapprovalType data to the class member
            _hmdapreapprovaltype = data._hmdapreapprovaltype;
            _hmdapreapprovaltype_isnull = data._hmdapreapprovaltype_isnull;
            // assigns the HMDA_HOEPALoanStatusIndicator data to the class member
            _hmda_hoepaloanstatusindicator = data._hmda_hoepaloanstatusindicator;
            _hmda_hoepaloanstatusindicator_assigned = data._hmda_hoepaloanstatusindicator_assigned;
            // assigns the HMDARateSpreadPercent data to the class member
            _hmdaratespreadpercent = data._hmdaratespreadpercent;
            _hmdaratespreadpercent_isnull = data._hmdaratespreadpercent_isnull;

            RecalculateChecksum();
        }
コード例 #3
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(GovernmentReportingBase governmentReportingBase)
 {
     InnerRemove(governmentReportingBase);
 }
コード例 #4
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(GovernmentReportingBase governmentReportingBase)
 {
     return(InnerAdd(governmentReportingBase));
 }
コード例 #5
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(GovernmentReportingBase governmentReportingBase)
 {
     InnerRemove(governmentReportingBase);
 }
コード例 #6
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(GovernmentReportingBase governmentReportingBase)
 {
     return InnerAdd(governmentReportingBase);
 }