コード例 #1
0
        /// <summary>
        /// Create a new RAP_View object.
        /// </summary>
        /// <param name="totalOrderQnt">Initial value of the TotalOrderQnt property.</param>
        /// <param name="shippedQnt">Initial value of the ShippedQnt property.</param>
        /// <param name="onSeaQnt">Initial value of the OnSeaQnt property.</param>
        public static RAP_View CreateRAP_View(global::System.Int32 totalOrderQnt, global::System.Int32 shippedQnt, global::System.Int32 onSeaQnt)
        {
            RAP_View rAP_View = new RAP_View();

            rAP_View.TotalOrderQnt = totalOrderQnt;
            rAP_View.ShippedQnt    = shippedQnt;
            rAP_View.OnSeaQnt      = onSeaQnt;
            return(rAP_View);
        }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RAP_View EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRAP_View(RAP_View rAP_View)
 {
     base.AddObject("RAP_View", rAP_View);
 }