/// <summary> /// Deprecated Method for adding a new object to the FBARView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFBARView(FBARView fBARView) { base.AddObject("FBARView", fBARView); }
/// <summary> /// Create a new FBARView object. /// </summary> /// <param name="account_signer_entitlementID_pk">Initial value of the account_signer_entitlementID_pk property.</param> /// <param name="accountID">Initial value of the AccountID property.</param> /// <param name="accountNum">Initial value of the AccountNum property.</param> /// <param name="accountBank">Initial value of the AccountBank property.</param> /// <param name="accountActive">Initial value of the AccountActive property.</param> /// <param name="signerID">Initial value of the SignerID property.</param> /// <param name="signerRemoved">Initial value of the SignerRemoved property.</param> /// <param name="bankID">Initial value of the bankID property.</param> public static FBARView CreateFBARView(global::System.Int32 account_signer_entitlementID_pk, global::System.Int32 accountID, global::System.String accountNum, global::System.String accountBank, global::System.Boolean accountActive, global::System.Int32 signerID, global::System.DateTime signerRemoved, global::System.Int32 bankID) { FBARView fBARView = new FBARView(); fBARView.account_signer_entitlementID_pk = account_signer_entitlementID_pk; fBARView.AccountID = accountID; fBARView.AccountNum = accountNum; fBARView.AccountBank = accountBank; fBARView.AccountActive = accountActive; fBARView.SignerID = signerID; fBARView.SignerRemoved = signerRemoved; fBARView.bankID = bankID; return fBARView; }