/// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(REOPropertyBase rEOPropertyBase)
 {
     InnerRemove(rEOPropertyBase);
 }
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(REOPropertyBase rEOPropertyBase)
 {
     return InnerAdd(rEOPropertyBase);
 }
Esempio n. 3
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref REOPropertyBase 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 Id data to the class member
            _id = data._id;
            // assigns the LoanApplicationId data to the class member
            _loanapplicationid        = data._loanapplicationid;
            _loanapplicationid_isnull = data._loanapplicationid_isnull;
            // assigns the StreetAddress data to the class member
            _streetaddress = data._streetaddress;
            // assigns the StreetAddress2 data to the class member
            _streetaddress2 = data._streetaddress2;
            // assigns the City data to the class member
            _city = data._city;
            // assigns the State data to the class member
            _state = data._state;
            // assigns the PostalCode data to the class member
            _postalcode = data._postalcode;
            // assigns the CurrentResidenceIndicator data to the class member
            _currentresidenceindicator          = data._currentresidenceindicator;
            _currentresidenceindicator_assigned = data._currentresidenceindicator_assigned;
            // assigns the LienInstallmentAmount data to the class member
            _lieninstallmentamount        = data._lieninstallmentamount;
            _lieninstallmentamount_isnull = data._lieninstallmentamount_isnull;
            // assigns the LienUPBAmount data to the class member
            _lienupbamount        = data._lienupbamount;
            _lienupbamount_isnull = data._lienupbamount_isnull;
            // assigns the MaintenanceExpenseAmount data to the class member
            _maintenanceexpenseamount        = data._maintenanceexpenseamount;
            _maintenanceexpenseamount_isnull = data._maintenanceexpenseamount_isnull;
            // assigns the MarketValueAmount data to the class member
            _marketvalueamount        = data._marketvalueamount;
            _marketvalueamount_isnull = data._marketvalueamount_isnull;
            // assigns the RentalIncomeGrossAmount data to the class member
            _rentalincomegrossamount        = data._rentalincomegrossamount;
            _rentalincomegrossamount_isnull = data._rentalincomegrossamount_isnull;
            // assigns the RentalIncomeNetAmount data to the class member
            _rentalincomenetamount        = data._rentalincomenetamount;
            _rentalincomenetamount_isnull = data._rentalincomenetamount_isnull;
            // assigns the SubjectIndicator data to the class member
            _subjectindicator          = data._subjectindicator;
            _subjectindicator_assigned = data._subjectindicator_assigned;
            // assigns the BorrowerID data to the class member
            _borrowerid        = data._borrowerid;
            _borrowerid_isnull = data._borrowerid_isnull;
            // assigns the LiabilityID data to the class member
            _liabilityid        = data._liabilityid;
            _liabilityid_isnull = data._liabilityid_isnull;
            // assigns the GSEPropertyType data to the class member
            _gsepropertytype        = data._gsepropertytype;
            _gsepropertytype_isnull = data._gsepropertytype_isnull;
            // assigns the DispositionStatusType data to the class member
            _dispositionstatustype        = data._dispositionstatustype;
            _dispositionstatustype_isnull = data._dispositionstatustype_isnull;


            RecalculateChecksum();
        }
Esempio n. 4
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref REOPropertyBase 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 Id data to the class member
            _id = data._id;
            // assigns the LoanApplicationId data to the class member
            _loanapplicationid = data._loanapplicationid;
            _loanapplicationid_isnull = data._loanapplicationid_isnull;
            // assigns the StreetAddress data to the class member
            _streetaddress = data._streetaddress;
            // assigns the StreetAddress2 data to the class member
            _streetaddress2 = data._streetaddress2;
            // assigns the City data to the class member
            _city = data._city;
            // assigns the State data to the class member
            _state = data._state;
            // assigns the PostalCode data to the class member
            _postalcode = data._postalcode;
            // assigns the CurrentResidenceIndicator data to the class member
            _currentresidenceindicator = data._currentresidenceindicator;
            _currentresidenceindicator_assigned = data._currentresidenceindicator_assigned;
            // assigns the LienInstallmentAmount data to the class member
            _lieninstallmentamount = data._lieninstallmentamount;
            _lieninstallmentamount_isnull = data._lieninstallmentamount_isnull;
            // assigns the LienUPBAmount data to the class member
            _lienupbamount = data._lienupbamount;
            _lienupbamount_isnull = data._lienupbamount_isnull;
            // assigns the MaintenanceExpenseAmount data to the class member
            _maintenanceexpenseamount = data._maintenanceexpenseamount;
            _maintenanceexpenseamount_isnull = data._maintenanceexpenseamount_isnull;
            // assigns the MarketValueAmount data to the class member
            _marketvalueamount = data._marketvalueamount;
            _marketvalueamount_isnull = data._marketvalueamount_isnull;
            // assigns the RentalIncomeGrossAmount data to the class member
            _rentalincomegrossamount = data._rentalincomegrossamount;
            _rentalincomegrossamount_isnull = data._rentalincomegrossamount_isnull;
            // assigns the RentalIncomeNetAmount data to the class member
            _rentalincomenetamount = data._rentalincomenetamount;
            _rentalincomenetamount_isnull = data._rentalincomenetamount_isnull;
            // assigns the SubjectIndicator data to the class member
            _subjectindicator = data._subjectindicator;
            _subjectindicator_assigned = data._subjectindicator_assigned;
            // assigns the BorrowerID data to the class member
            _borrowerid = data._borrowerid;
            _borrowerid_isnull = data._borrowerid_isnull;
            // assigns the LiabilityID data to the class member
            _liabilityid = data._liabilityid;
            _liabilityid_isnull = data._liabilityid_isnull;
            // assigns the GSEPropertyType data to the class member
            _gsepropertytype = data._gsepropertytype;
            _gsepropertytype_isnull = data._gsepropertytype_isnull;
            // assigns the DispositionStatusType data to the class member
            _dispositionstatustype = data._dispositionstatustype;
            _dispositionstatustype_isnull = data._dispositionstatustype_isnull;

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