Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AccountsSignersView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAccountsSignersView(AccountsSignersView accountsSignersView)
 {
     base.AddObject("AccountsSignersView", accountsSignersView);
 }
Пример #2
0
 /// <summary>
 /// Create a new AccountsSignersView 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>
 public static AccountsSignersView CreateAccountsSignersView(global::System.Int32 account_signer_entitlementID_pk, global::System.Int32 accountID_pk, global::System.String accountNumber, global::System.Int32 signerID_pk)
 {
     AccountsSignersView accountsSignersView = new AccountsSignersView();
     accountsSignersView.account_signer_entitlementID_pk = account_signer_entitlementID_pk;
     accountsSignersView.accountID_pk = accountID_pk;
     accountsSignersView.accountNumber = accountNumber;
     accountsSignersView.signerID_pk = signerID_pk;
     return accountsSignersView;
 }