/// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref GovernmentMonitoringBase 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 BorrowerId data to the class member
            _borrowerid          = data._borrowerid;
            _borrowerid_assigned = data._borrowerid_assigned;
            // assigns the GenderType data to the class member
            _gendertype        = data._gendertype;
            _gendertype_isnull = data._gendertype_isnull;
            // assigns the OtherRaceNationalOriginDescription data to the class member
            _otherracenationalorigindescription = data._otherracenationalorigindescription;
            // assigns the RaceNationalOriginRefusalIndicator data to the class member
            _racenationaloriginrefusalindicator          = data._racenationaloriginrefusalindicator;
            _racenationaloriginrefusalindicator_assigned = data._racenationaloriginrefusalindicator_assigned;
            // assigns the RaceNationalOriginType data to the class member
            _racenationalorigintype        = data._racenationalorigintype;
            _racenationalorigintype_isnull = data._racenationalorigintype_isnull;
            // assigns the HMDAEthnicityType data to the class member
            _hmdaethnicitytype        = data._hmdaethnicitytype;
            _hmdaethnicitytype_isnull = data._hmdaethnicitytype_isnull;


            RecalculateChecksum();
        }
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(GovernmentMonitoringBase governmentMonitoringBase)
 {
     InnerRemove(governmentMonitoringBase);
 }
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(GovernmentMonitoringBase governmentMonitoringBase)
 {
     return InnerAdd(governmentMonitoringBase);
 }
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref GovernmentMonitoringBase 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 BorrowerId data to the class member
            _borrowerid = data._borrowerid;
            _borrowerid_assigned = data._borrowerid_assigned;
            // assigns the GenderType data to the class member
            _gendertype = data._gendertype;
            _gendertype_isnull = data._gendertype_isnull;
            // assigns the OtherRaceNationalOriginDescription data to the class member
            _otherracenationalorigindescription = data._otherracenationalorigindescription;
            // assigns the RaceNationalOriginRefusalIndicator data to the class member
            _racenationaloriginrefusalindicator = data._racenationaloriginrefusalindicator;
            _racenationaloriginrefusalindicator_assigned = data._racenationaloriginrefusalindicator_assigned;
            // assigns the RaceNationalOriginType data to the class member
            _racenationalorigintype = data._racenationalorigintype;
            _racenationalorigintype_isnull = data._racenationalorigintype_isnull;
            // assigns the HMDAEthnicityType data to the class member
            _hmdaethnicitytype = data._hmdaethnicitytype;
            _hmdaethnicitytype_isnull = data._hmdaethnicitytype_isnull;

            RecalculateChecksum();
        }
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(GovernmentMonitoringBase governmentMonitoringBase)
 {
     InnerRemove(governmentMonitoringBase);
 }
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(GovernmentMonitoringBase governmentMonitoringBase)
 {
     return(InnerAdd(governmentMonitoringBase));
 }