Exemplo n.º 1
0
 /// <summary>
 /// Create a new Images object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="url">Initial value of the Url property.</param>
 /// <param name="fechaAdded">Initial value of the FechaAdded property.</param>
 public static Images CreateImages(global::System.Int32 id, global::System.String url, global::System.DateTime fechaAdded)
 {
     Images images = new Images();
     images.Id = id;
     images.Url = url;
     images.FechaAdded = fechaAdded;
     return images;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Images EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToImages(Images images)
 {
     base.AddObject("Images", images);
 }