/// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref InterviewerInformationBase 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 InterviewersEmployerStreetAddress data to the class member
            _interviewersemployerstreetaddress = data._interviewersemployerstreetaddress;
            // assigns the InterviewersEmployerCity data to the class member
            _interviewersemployercity = data._interviewersemployercity;
            // assigns the InterviewersEmployerState data to the class member
            _interviewersemployerstate = data._interviewersemployerstate;
            // assigns the InterviewersEmployerPostalCode data to the class member
            _interviewersemployerpostalcode = data._interviewersemployerpostalcode;
            // assigns the InterviewersTelephoneNumber data to the class member
            _interviewerstelephonenumber = data._interviewerstelephonenumber;
            // assigns the ApplicationTakenMethodType data to the class member
            _applicationtakenmethodtype        = data._applicationtakenmethodtype;
            _applicationtakenmethodtype_isnull = data._applicationtakenmethodtype_isnull;
            // assigns the InterviewerApplicationSignedDate data to the class member
            _interviewerapplicationsigneddate        = data._interviewerapplicationsigneddate;
            _interviewerapplicationsigneddate_isnull = data._interviewerapplicationsigneddate_isnull;
            // assigns the InterviewersEmployerName data to the class member
            _interviewersemployername = data._interviewersemployername;
            // assigns the InterviewersName data to the class member
            _interviewersname = data._interviewersname;


            RecalculateChecksum();
        }
 /// <summary>
 /// Removes an object instance from the current collection set of items.
 /// </summary>
 public virtual void Remove(InterviewerInformationBase interviewerInformationBase)
 {
     InnerRemove(interviewerInformationBase);
 }
 /// <summary>
 /// Adds a new object instance to the current collection set.
 /// </summary>
 public virtual int Add(InterviewerInformationBase interviewerInformationBase)
 {
     return InnerAdd(interviewerInformationBase);
 }
        /// <summary>
        /// Sets the members of the class instance with data from the data layer framework.
        /// </summary>
        internal virtual void SetMembers(ref InterviewerInformationBase 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 InterviewersEmployerStreetAddress data to the class member
            _interviewersemployerstreetaddress = data._interviewersemployerstreetaddress;
            // assigns the InterviewersEmployerCity data to the class member
            _interviewersemployercity = data._interviewersemployercity;
            // assigns the InterviewersEmployerState data to the class member
            _interviewersemployerstate = data._interviewersemployerstate;
            // assigns the InterviewersEmployerPostalCode data to the class member
            _interviewersemployerpostalcode = data._interviewersemployerpostalcode;
            // assigns the InterviewersTelephoneNumber data to the class member
            _interviewerstelephonenumber = data._interviewerstelephonenumber;
            // assigns the ApplicationTakenMethodType data to the class member
            _applicationtakenmethodtype = data._applicationtakenmethodtype;
            _applicationtakenmethodtype_isnull = data._applicationtakenmethodtype_isnull;
            // assigns the InterviewerApplicationSignedDate data to the class member
            _interviewerapplicationsigneddate = data._interviewerapplicationsigneddate;
            _interviewerapplicationsigneddate_isnull = data._interviewerapplicationsigneddate_isnull;
            // assigns the InterviewersEmployerName data to the class member
            _interviewersemployername = data._interviewersemployername;
            // assigns the InterviewersName data to the class member
            _interviewersname = data._interviewersname;

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