コード例 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the C8_517qrySumofAllocatedDistributions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToC8_517qrySumofAllocatedDistributions(C8_517qrySumofAllocatedDistributions c8_517qrySumofAllocatedDistributions)
 {
     base.AddObject("C8_517qrySumofAllocatedDistributions", c8_517qrySumofAllocatedDistributions);
 }
コード例 #2
0
 /// <summary>
 /// Create a new C8_517qrySumofAllocatedDistributions object.
 /// </summary>
 /// <param name="amberbrookFundName">Initial value of the AmberbrookFundName property.</param>
 public static C8_517qrySumofAllocatedDistributions CreateC8_517qrySumofAllocatedDistributions(global::System.String amberbrookFundName)
 {
     C8_517qrySumofAllocatedDistributions c8_517qrySumofAllocatedDistributions = new C8_517qrySumofAllocatedDistributions();
     c8_517qrySumofAllocatedDistributions.AmberbrookFundName = amberbrookFundName;
     return c8_517qrySumofAllocatedDistributions;
 }