/// <summary> /// Create a new Exchange object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="name">Initial value of the Name property.</param> public static Exchange CreateExchange(global::System.Int32 id, global::System.String name) { Exchange exchange = new Exchange(); exchange.Id = id; exchange.Name = name; return exchange; }
/// <summary> /// Deprecated Method for adding a new object to the Exchanges EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToExchanges(Exchange exchange) { base.AddObject("Exchanges", exchange); }