示例#1
0
        /// <summary>
        /// Create a new StockExchange object.
        /// </summary>
        /// <param name="exchangeId">Initial value of the ExchangeId property.</param>
        public static StockExchange CreateStockExchange(global::System.Int32 exchangeId)
        {
            StockExchange stockExchange = new StockExchange();

            stockExchange.ExchangeId = exchangeId;
            return(stockExchange);
        }
示例#2
0
 /// <summary>
 /// Create a new StockExchange object.
 /// </summary>
 /// <param name="exchangeId">Initial value of the ExchangeId property.</param>
 public static StockExchange CreateStockExchange(global::System.Int32 exchangeId)
 {
     StockExchange stockExchange = new StockExchange();
     stockExchange.ExchangeId = exchangeId;
     return stockExchange;
 }
示例#3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StockExchange EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStockExchange(StockExchange stockExchange)
 {
     base.AddObject("StockExchange", stockExchange);
 }
示例#4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the StockExchange EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToStockExchange(StockExchange stockExchange)
 {
     base.AddObject("StockExchange", stockExchange);
 }