Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the zzzdiscountNAVtypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTozzzdiscountNAVtypes(zzzdiscountNAVtype zzzdiscountNAVtype)
 {
     base.AddObject("zzzdiscountNAVtypes", zzzdiscountNAVtype);
 }
Пример #2
0
 /// <summary>
 /// Create a new zzzdiscountNAVtype object.
 /// </summary>
 /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param>
 /// <param name="dealNo">Initial value of the DealNo property.</param>
 /// <param name="fund">Initial value of the Fund property.</param>
 public static zzzdiscountNAVtype CreatezzzdiscountNAVtype(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String fund)
 {
     zzzdiscountNAVtype zzzdiscountNAVtype = new zzzdiscountNAVtype();
     zzzdiscountNAVtype.AmberbrookFundNo = amberbrookFundNo;
     zzzdiscountNAVtype.DealNo = dealNo;
     zzzdiscountNAVtype.Fund = fund;
     return zzzdiscountNAVtype;
 }