Ejemplo n.º 1
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref VABorrowerBase 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 VACoBorrowerNonTaxableIncomeAmount data to the class member
            _vacoborrowernontaxableincomeamount        = data._vacoborrowernontaxableincomeamount;
            _vacoborrowernontaxableincomeamount_isnull = data._vacoborrowernontaxableincomeamount_isnull;
            // assigns the VACoBorrowerTaxableIncomeAmount data to the class member
            _vacoborrowertaxableincomeamount        = data._vacoborrowertaxableincomeamount;
            _vacoborrowertaxableincomeamount_isnull = data._vacoborrowertaxableincomeamount_isnull;
            // assigns the VAFederalTaxAmount data to the class member
            _vafederaltaxamount        = data._vafederaltaxamount;
            _vafederaltaxamount_isnull = data._vafederaltaxamount_isnull;
            // assigns the VALocalTaxAmount data to the class member
            _valocaltaxamount        = data._valocaltaxamount;
            _valocaltaxamount_isnull = data._valocaltaxamount_isnull;
            // assigns the VAPrimaryBorrowerNonTaxableIncomeAmount data to the class member
            _vaprimaryborrowernontaxableincomeamount        = data._vaprimaryborrowernontaxableincomeamount;
            _vaprimaryborrowernontaxableincomeamount_isnull = data._vaprimaryborrowernontaxableincomeamount_isnull;
            // assigns the VAPrimaryBorrowerTaxableIncomeAmount data to the class member
            _vaprimaryborrowertaxableincomeamount        = data._vaprimaryborrowertaxableincomeamount;
            _vaprimaryborrowertaxableincomeamount_isnull = data._vaprimaryborrowertaxableincomeamount_isnull;
            // assigns the VASocialSecurityTaxAmount data to the class member
            _vasocialsecuritytaxamount        = data._vasocialsecuritytaxamount;
            _vasocialsecuritytaxamount_isnull = data._vasocialsecuritytaxamount_isnull;
            // assigns the VAStateTaxAmount data to the class member
            _vastatetaxamount        = data._vastatetaxamount;
            _vastatetaxamount_isnull = data._vastatetaxamount_isnull;


            RecalculateChecksum();
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(VABorrowerBase vABorrowerBase)
 {
     InnerRemove(vABorrowerBase);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(VABorrowerBase vABorrowerBase)
 {
     return InnerAdd(vABorrowerBase);
 }
Ejemplo n.º 4
0
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref VABorrowerBase 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 VACoBorrowerNonTaxableIncomeAmount data to the class member
            _vacoborrowernontaxableincomeamount = data._vacoborrowernontaxableincomeamount;
            _vacoborrowernontaxableincomeamount_isnull = data._vacoborrowernontaxableincomeamount_isnull;
            // assigns the VACoBorrowerTaxableIncomeAmount data to the class member
            _vacoborrowertaxableincomeamount = data._vacoborrowertaxableincomeamount;
            _vacoborrowertaxableincomeamount_isnull = data._vacoborrowertaxableincomeamount_isnull;
            // assigns the VAFederalTaxAmount data to the class member
            _vafederaltaxamount = data._vafederaltaxamount;
            _vafederaltaxamount_isnull = data._vafederaltaxamount_isnull;
            // assigns the VALocalTaxAmount data to the class member
            _valocaltaxamount = data._valocaltaxamount;
            _valocaltaxamount_isnull = data._valocaltaxamount_isnull;
            // assigns the VAPrimaryBorrowerNonTaxableIncomeAmount data to the class member
            _vaprimaryborrowernontaxableincomeamount = data._vaprimaryborrowernontaxableincomeamount;
            _vaprimaryborrowernontaxableincomeamount_isnull = data._vaprimaryborrowernontaxableincomeamount_isnull;
            // assigns the VAPrimaryBorrowerTaxableIncomeAmount data to the class member
            _vaprimaryborrowertaxableincomeamount = data._vaprimaryborrowertaxableincomeamount;
            _vaprimaryborrowertaxableincomeamount_isnull = data._vaprimaryborrowertaxableincomeamount_isnull;
            // assigns the VASocialSecurityTaxAmount data to the class member
            _vasocialsecuritytaxamount = data._vasocialsecuritytaxamount;
            _vasocialsecuritytaxamount_isnull = data._vasocialsecuritytaxamount_isnull;
            // assigns the VAStateTaxAmount data to the class member
            _vastatetaxamount = data._vastatetaxamount;
            _vastatetaxamount_isnull = data._vastatetaxamount_isnull;

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