/// <summary>
 /// Deprecated Method for adding a new object to the Thumbnail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToThumbnail(Thumbnail thumbnail)
 {
     base.AddObject("Thumbnail", thumbnail);
 }
 /// <summary>
 /// Create a new Thumbnail object.
 /// </summary>
 /// <param name="thumbnailID">Initial value of the ThumbnailID property.</param>
 /// <param name="nazivThumbnaila">Initial value of the NazivThumbnaila property.</param>
 /// <param name="link">Initial value of the Link property.</param>
 /// <param name="galerijaID">Initial value of the GalerijaID property.</param>
 public static Thumbnail CreateThumbnail(global::System.Int32 thumbnailID, global::System.String nazivThumbnaila, global::System.String link, global::System.Int32 galerijaID)
 {
     Thumbnail thumbnail = new Thumbnail();
     thumbnail.ThumbnailID = thumbnailID;
     thumbnail.NazivThumbnaila = nazivThumbnaila;
     thumbnail.Link = link;
     thumbnail.GalerijaID = galerijaID;
     return thumbnail;
 }
Exemple #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Thumbnail EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToThumbnail(Thumbnail thumbnail)
 {
     base.AddObject("Thumbnail", thumbnail);
 }