Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the NCashWalletBalanceViews EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToNCashWalletBalanceViews(NCashWalletBalanceView nCashWalletBalanceView)
 {
     base.AddObject("NCashWalletBalanceViews", nCashWalletBalanceView);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new NCashWalletBalanceView object.
 /// </summary>
 /// <param name="userId">Initial value of the userId property.</param>
 /// <param name="cashBalance">Initial value of the cashBalance property.</param>
 public static NCashWalletBalanceView CreateNCashWalletBalanceView(global::System.String userId, global::System.Decimal cashBalance)
 {
     NCashWalletBalanceView nCashWalletBalanceView = new NCashWalletBalanceView();
     nCashWalletBalanceView.userId = userId;
     nCashWalletBalanceView.cashBalance = cashBalance;
     return nCashWalletBalanceView;
 }