예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AllAccountsSignersView EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAllAccountsSignersView(AllAccountsSignersView allAccountsSignersView)
 {
     base.AddObject("AllAccountsSignersView", allAccountsSignersView);
 }
예제 #2
0
 /// <summary>
 /// Create a new AllAccountsSignersView 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 AllAccountsSignersView CreateAllAccountsSignersView(global::System.Int32 account_signer_entitlementID_pk, global::System.Int32 accountID_pk, global::System.String accountNumber, global::System.Int32 signerID_pk)
 {
     AllAccountsSignersView allAccountsSignersView = new AllAccountsSignersView();
     allAccountsSignersView.account_signer_entitlementID_pk = account_signer_entitlementID_pk;
     allAccountsSignersView.accountID_pk = accountID_pk;
     allAccountsSignersView.accountNumber = accountNumber;
     allAccountsSignersView.signerID_pk = signerID_pk;
     return allAccountsSignersView;
 }