Пример #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ViewUpdates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToViewUpdates(ViewUpdate viewUpdate)
 {
     base.AddObject("ViewUpdates", viewUpdate);
 }
Пример #2
0
 /// <summary>
 /// Create a new ViewUpdate object.
 /// </summary>
 /// <param name="engineId">Initial value of the EngineId property.</param>
 /// <param name="productId">Initial value of the ProductId property.</param>
 /// <param name="url">Initial value of the Url property.</param>
 public static ViewUpdate CreateViewUpdate(global::System.Int64 engineId, global::System.Int64 productId, global::System.String url)
 {
     ViewUpdate viewUpdate = new ViewUpdate();
     viewUpdate.EngineId = engineId;
     viewUpdate.ProductId = productId;
     viewUpdate.Url = url;
     return viewUpdate;
 }