/// <summary> /// Create a new DeletedSignersView object. /// </summary> /// <param name="account_signer_entitlementID_pk">Initial value of the account_signer_entitlementID_pk property.</param> /// <param name="accountID_pk">Initial value of the accountID_pk property.</param> /// <param name="accountNumber">Initial value of the accountNumber property.</param> /// <param name="signerID_pk">Initial value of the signerID_pk property.</param> /// <param name="bankName">Initial value of the bankName property.</param> /// <param name="bankID_pk">Initial value of the bankID_pk property.</param> public static DeletedSignersView CreateDeletedSignersView(global::System.Int32 account_signer_entitlementID_pk, global::System.Int32 accountID_pk, global::System.String accountNumber, global::System.Int32 signerID_pk, global::System.String bankName, global::System.Int32 bankID_pk) { DeletedSignersView deletedSignersView = new DeletedSignersView(); deletedSignersView.account_signer_entitlementID_pk = account_signer_entitlementID_pk; deletedSignersView.accountID_pk = accountID_pk; deletedSignersView.accountNumber = accountNumber; deletedSignersView.signerID_pk = signerID_pk; deletedSignersView.bankName = bankName; deletedSignersView.bankID_pk = bankID_pk; return deletedSignersView; }
/// <summary> /// Deprecated Method for adding a new object to the DeletedSignersView EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDeletedSignersView(DeletedSignersView deletedSignersView) { base.AddObject("DeletedSignersView", deletedSignersView); }