/// <summary> /// Sets the members of the class instance with data from the data layer framework. /// </summary> internal virtual void SetMembers(ref FHAVABorrowerBase 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 CAIVRSIdentifier data to the class member _caivrsidentifier = data._caivrsidentifier; // assigns the FNMBankruptcyCount data to the class member _fnmbankruptcycount = data._fnmbankruptcycount; _fnmbankruptcycount_isnull = data._fnmbankruptcycount_isnull; // assigns the FNMBorrowerCreditRating data to the class member _fnmborrowercreditrating = data._fnmborrowercreditrating; // assigns the FNMCreditReportScoreType data to the class member _fnmcreditreportscoretype = data._fnmcreditreportscoretype; _fnmcreditreportscoretype_isnull = data._fnmcreditreportscoretype_isnull; // assigns the FNMForeclosureCount data to the class member _fnmforeclosurecount = data._fnmforeclosurecount; _fnmforeclosurecount_isnull = data._fnmforeclosurecount_isnull; // assigns the VeteranStatusIndicator data to the class member _veteranstatusindicator = data._veteranstatusindicator; _veteranstatusindicator_assigned = data._veteranstatusindicator_assigned; RecalculateChecksum(); }
/// <summary> /// Removes an object instance from the current collection set of items. /// </summary> public virtual void Remove(FHAVABorrowerBase fHAVABorrowerBase) { InnerRemove(fHAVABorrowerBase); }
/// <summary> /// Adds a new object instance to the current collection set. /// </summary> public virtual int Add(FHAVABorrowerBase fHAVABorrowerBase) { return InnerAdd(fHAVABorrowerBase); }
/// <summary> /// Adds a new object instance to the current collection set. /// </summary> public virtual int Add(FHAVABorrowerBase fHAVABorrowerBase) { return(InnerAdd(fHAVABorrowerBase)); }